Searched refs:AcceptAllPhys (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dtulip.h168 AcceptAllPhys = 0x0040, enumerator in enum:tulip_mode_bits
H A Dde2104x.c206 AcceptAllPhys = (1 << 6), enumerator in enum:__anon740
209 RxTx | BOCnt | AcceptAllPhys | AcceptAllMulticast,
729 macmode = dr32(MacMode) & ~(AcceptAllMulticast | AcceptAllPhys);
732 macmode |= AcceptAllMulticast | AcceptAllPhys;
H A Dtulip_core.c1064 tp->csr6 |= AcceptAllMulticast | AcceptAllPhys;
1065 csr6 |= AcceptAllMulticast | AcceptAllPhys;
/linux-master/drivers/net/ethernet/sis/
H A Dsis190.c151 AcceptAllPhys = 0x0100, enumerator in enum:sis190_register_content
846 AcceptAllPhys;
/linux-master/drivers/net/ethernet/realtek/
H A D8139too.c389 AcceptAllPhys = 0x01, enumerator in enum:rx_mode_bits
2565 AcceptAllPhys;
H A D8139cp.c219 AcceptAllPhys = 0x01, /* Accept all pkts w/ physical dest */ enumerator in enum:__anon891
899 AcceptAllPhys;
H A Dr8169_main.c399 AcceptAllPhys = 0x01, enumerator in enum:rtl_register_content
2760 rx_mode |= AcceptAllPhys;
/linux-master/drivers/net/ethernet/natsemi/
H A Dnatsemi.c480 AcceptAllPhys = 0x10000000, enumerator in enum:RxFilterAddr_bits
2501 | AcceptAllMulticast | AcceptAllPhys | AcceptMyPhys;

Completed in 302 milliseconds