Searched refs:CounterAddrLow (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 185 CounterAddrLow = 0x10, enumerator 1579 return RTL_R32(tp, CounterAddrLow) & (CounterReset | CounterDump); in DECLARE_RTL_COND() 1590 RTL_W32(tp, CounterAddrLow, cmd); in rtl8169_do_counters() 1591 RTL_W32(tp, CounterAddrLow, cmd | counter_cmd); in rtl8169_do_counters()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168.h | 1048 CounterAddrLow = 0x10, enumerator
|
| H A D | r8168_n.c | 1056 RTL_W32(tp, CounterAddrLow, cmd); in proc_get_tally_counter() 1057 RTL_W32(tp, CounterAddrLow, cmd | CounterDump); in proc_get_tally_counter() 1060 while (RTL_R32(tp, CounterAddrLow) & CounterDump) { in proc_get_tally_counter() 1458 RTL_W32(tp, CounterAddrLow, cmd); 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() 5776 RTL_W32(tp, CounterAddrLow, cmd); in rtl8168_get_ethtool_stats() 5777 RTL_W32(tp, CounterAddrLow, cmd | CounterDump); in rtl8168_get_ethtool_stats() 5780 while (RTL_R32(tp, CounterAddrLow) & CounterDump) { in rtl8168_get_ethtool_stats() 7116 RTL_W32(tp, CounterAddrLow, (u64)tp->tally_paddr & (DMA_BIT_MASK(32))); in rtl8168_tally_counter_addr_fill() [all …]
|