Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Drtl8139.c174 AcceptMulticast=0x04, AcceptMyPhys=0x02, AcceptAllPhys=0x01, enumerator
H A Dnatsemi.c178 AcceptAllPhys = 0x10000000, enumerator
H A Drtl8169.c191 AcceptAllPhys = 0x01, enumerator
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/
H A Dsis190.c151 AcceptAllPhys = 0x0100, enumerator
846 AcceptAllPhys; in sis190_set_rx_mode()
/OK3568_Linux_fs/kernel/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
2564 AcceptAllPhys; in __set_rx_mode()
H A Dr8169_main.c395 AcceptAllPhys = 0x01, enumerator
2580 rx_mode |= AcceptAllPhys; in rtl_set_rx_mode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1157 AcceptAllPhys = 0x01, enumerator
H A Dr8168_n.c3681 …) & ~(AcceptErr | AcceptRunt | AcceptBroadcast | AcceptMulticast | AcceptMyPhys | AcceptAllPhys)); in rtl8168_mac_loopback_test()
3965 … RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) | AcceptAllPhys); in rtl8168_check_link_status()
7332 …) & ~(AcceptErr | AcceptRunt | AcceptBroadcast | AcceptMulticast | AcceptMyPhys | AcceptAllPhys)); in rtl8168_exit_oob()
25953 AcceptAllPhys; in rtl8168_hw_set_rx_packet_filter()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/natsemi/
H A Dnatsemi.c480 AcceptAllPhys = 0x10000000, enumerator
2501 | AcceptAllMulticast | AcceptAllPhys | AcceptMyPhys; in __set_rx_mode()