Home
last modified time | relevance | path

Searched refs:AcceptErr (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
Dr8168.h1152 AcceptErr = 0x20, enumerator
Dr8168_n.c3681 …RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) & ~(AcceptErr | AcceptRunt | AcceptBroadcast | AcceptM… in rtl8168_mac_loopback_test()
5482 rx_config |= (AcceptErr | AcceptRunt); in rtl8168_hw_set_features()
5484 rx_config &= ~(AcceptErr | AcceptRunt); in rtl8168_hw_set_features()
7332 …RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) & ~(AcceptErr | AcceptRunt | AcceptBroadcast | AcceptM… in rtl8168_exit_oob()
25987 rx_mode |= (AcceptErr | AcceptRunt); in rtl8168_hw_set_rx_packet_filter()