HomeSort by relevance Sort by last modified time
    Searched refs:AcceptMyPhys (Results 1 - 4 of 4) sorted by null

  /external/grub/netboot/
fa311.c 83 AcceptAllPhys=0x10000000, AcceptMyPhys=0x08000000,
205 writel(AcceptBroadcast | AcceptAllMulticast | AcceptMyPhys,
natsemi.c 165 AcceptMyPhys = 0x08000000
568 u32 rx_mode = AcceptBroadcast | AcceptMyPhys;
rtl8139.c 155 AcceptMulticast=0x04, AcceptMyPhys=0x02, AcceptAllPhys=0x01,
324 outb(AcceptBroadcast|AcceptMyPhys, ioaddr + RxConfig);
w89c840.c 199 AcceptAllPhys=0x08, AcceptMyPhys=0x02,
883 * rx_mode = AcceptBroadcast | AcceptMyPhys | AcceptMulticast;
885 rx_mode = AcceptBroadcast | AcceptMyPhys;

Completed in 21 milliseconds