Searched defs:AcceptAllPhys (Results 1 - 7 of 7) sorted by relevance

/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c212 AcceptAllPhys = (1 << 6), enumerator in enum:__anon2158
215 RxTx | BOCnt | AcceptAllPhys | AcceptAllMulticast,
732 macmode = dr32(MacMode) & ~(AcceptAllMulticast | AcceptAllPhys);
735 macmode |= AcceptAllMulticast | AcceptAllPhys;
H A Dtulip.h168 AcceptAllPhys = 0x0040, enumerator in enum:tulip_mode_bits
/drivers/net/ethernet/realtek/
H A D8139cp.c218 AcceptAllPhys = 0x01, /* Accept all pkts w/ physical dest */ enumerator in enum:__anon2887
869 AcceptAllPhys;
H A D8139too.c384 AcceptAllPhys = 0x01, enumerator in enum:rx_mode_bits
2582 AcceptAllPhys;
H A Dr8169.c466 AcceptAllPhys = 0x01, enumerator in enum:rtl_register_content
4083 AcceptAllPhys;
/drivers/net/ethernet/sis/
H A Dsis190.c151 AcceptAllPhys = 0x0100, enumerator in enum:sis190_register_content
843 AcceptAllPhys;
/drivers/net/ethernet/natsemi/
H A Dnatsemi.c480 AcceptAllPhys = 0x10000000, enumerator in enum:RxFilterAddr_bits
2489 | AcceptAllMulticast | AcceptAllPhys | AcceptMyPhys;

Completed in 160 milliseconds