Searched refs:CounterDump (Results 1 – 2 of 2) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
D | r8168.h | 1247 CounterDump = 0x8, enumerator
|
D | r8168_n.c | 1057 RTL_W32(tp, CounterAddrLow, cmd | CounterDump); in proc_get_tally_counter() 1060 while (RTL_R32(tp, CounterAddrLow) & CounterDump) { in proc_get_tally_counter() 1459 RTL_W32(tp, CounterAddrLow, cmd | CounterDump); in proc_get_tally_counter() 1462 while (RTL_R32(tp, CounterAddrLow) & CounterDump) { in proc_get_tally_counter() 5777 RTL_W32(tp, CounterAddrLow, cmd | CounterDump); in rtl8168_get_ethtool_stats() 5780 while (RTL_R32(tp, CounterAddrLow) & CounterDump) { in rtl8168_get_ethtool_stats()
|