Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dtulip.h168 AcceptAllPhys = 0x0040, enumerator
Dde2104x.c212 AcceptAllPhys = (1 << 6), enumerator
215 RxTx | BOCnt | AcceptAllPhys | AcceptAllMulticast,
727 macmode = dr32(MacMode) & ~(AcceptAllMulticast | AcceptAllPhys); in __de_set_rx_mode()
730 macmode |= AcceptAllMulticast | AcceptAllPhys; in __de_set_rx_mode()
Dtulip_core.c1074 tp->csr6 |= AcceptAllMulticast | AcceptAllPhys; in set_rx_mode()
1075 csr6 |= AcceptAllMulticast | AcceptAllPhys; in set_rx_mode()
/Linux-v4.19/drivers/net/ethernet/sis/
Dsis190.c151 AcceptAllPhys = 0x0100, enumerator
843 AcceptAllPhys; in sis190_set_rx_mode()
/Linux-v4.19/drivers/net/ethernet/realtek/
D8139cp.c219 AcceptAllPhys = 0x01, /* Accept all pkts w/ physical dest */ enumerator
894 AcceptAllPhys; in __cp_set_rx_mode()
D8139too.c388 AcceptAllPhys = 0x01, enumerator
2563 AcceptAllPhys; in __set_rx_mode()
Dr8169.c444 AcceptAllPhys = 0x01, enumerator
4604 AcceptAllPhys; in rtl_set_rx_mode()
/Linux-v4.19/drivers/net/ethernet/natsemi/
Dnatsemi.c480 AcceptAllPhys = 0x10000000, enumerator
2505 | AcceptAllMulticast | AcceptAllPhys | AcceptMyPhys; in __set_rx_mode()