Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dtulip.h168 AcceptAllPhys = 0x0040, enumerator
H A 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()
H A Dtulip_core.c1064 tp->csr6 |= AcceptAllMulticast | AcceptAllPhys; in set_rx_mode()
1065 csr6 |= AcceptAllMulticast | AcceptAllPhys; in set_rx_mode()
/openbmc/u-boot/drivers/net/
H A Drtl8139.c170 AcceptMulticast=0x04, AcceptMyPhys=0x02, AcceptAllPhys=0x01, enumerator
H A Dnatsemi.c177 AcceptAllPhys = 0x10000000, enumerator
H A Drtl8169.c186 AcceptAllPhys = 0x01, enumerator
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis190.c151 AcceptAllPhys = 0x0100, enumerator
846 AcceptAllPhys; in sis190_set_rx_mode()
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139cp.c219 AcceptAllPhys = 0x01, /* Accept all pkts w/ physical dest */ enumerator
899 AcceptAllPhys; in __cp_set_rx_mode()
H A D8139too.c389 AcceptAllPhys = 0x01, enumerator
2565 AcceptAllPhys; in __set_rx_mode()
H A Dr8169_main.c389 AcceptAllPhys = 0x01, enumerator
2653 rx_mode |= AcceptAllPhys; in rtl_set_rx_mode()
/openbmc/qemu/hw/net/
H A Drtl8139.c208 AcceptAllPhys = 0x01, enumerator
848 if (s->RxConfig & AcceptAllPhys) { in rtl8139_do_receive()
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c480 AcceptAllPhys = 0x10000000, enumerator
2501 | AcceptAllMulticast | AcceptAllPhys | AcceptMyPhys; in __set_rx_mode()