Searched refs:CounterDump (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168.h | 1247 CounterDump = 0x8, enumerator
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 470 CounterDump = 0x8, enumerator 1579 return RTL_R32(tp, CounterAddrLow) & (CounterReset | CounterDump); in DECLARE_RTL_COND() 1615 rtl8169_do_counters(tp, CounterDump); in rtl8169_update_counters()
|