Home
last modified time | relevance | path

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

/drivers/net/ethernet/dec/tulip/
Dtulip.h168 AcceptAllPhys = 0x0040, enumerator
Dde2104x.c206 AcceptAllPhys = (1 << 6), enumerator
209 RxTx | BOCnt | AcceptAllPhys | AcceptAllMulticast,
729 macmode = dr32(MacMode) & ~(AcceptAllMulticast | AcceptAllPhys); in __de_set_rx_mode()
732 macmode |= AcceptAllMulticast | AcceptAllPhys; in __de_set_rx_mode()
Dtulip_core.c1064 tp->csr6 |= AcceptAllMulticast | AcceptAllPhys; in set_rx_mode()
1065 csr6 |= AcceptAllMulticast | AcceptAllPhys; in set_rx_mode()
/drivers/net/ethernet/sis/
Dsis190.c151 AcceptAllPhys = 0x0100, enumerator
846 AcceptAllPhys; in sis190_set_rx_mode()
/drivers/net/ethernet/realtek/
D8139cp.c219 AcceptAllPhys = 0x01, /* Accept all pkts w/ physical dest */ enumerator
899 AcceptAllPhys; in __cp_set_rx_mode()
D8139too.c389 AcceptAllPhys = 0x01, enumerator
2565 AcceptAllPhys; in __set_rx_mode()
Dr8169_main.c389 AcceptAllPhys = 0x01, enumerator
2626 rx_mode |= AcceptAllPhys; in rtl_set_rx_mode()
/drivers/net/ethernet/natsemi/
Dnatsemi.c480 AcceptAllPhys = 0x10000000, enumerator
2501 | AcceptAllMulticast | AcceptAllPhys | AcceptMyPhys; in __set_rx_mode()