Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/airoha/
H A Dairoha_eth.h557 u64 cpu_tx_packets; member
H A Dairoha_eth.c2486 u64 cpu_tx_packets = airoha_qdma_rr(qdma, REG_CNTR_VAL(channel << 1)); in airoha_qdma_get_tx_ets_stats() local
2489 u64 tx_packets = (cpu_tx_packets - dev->cpu_tx_packets) + in airoha_qdma_get_tx_ets_stats()
2493 dev->cpu_tx_packets = cpu_tx_packets; in airoha_qdma_get_tx_ets_stats()