Searched refs:cpu_tx_packets (Results 1 – 2 of 2) sorted by relevance
557 u64 cpu_tx_packets; member
2486 u64 cpu_tx_packets = airoha_qdma_rr(qdma, REG_CNTR_VAL(channel << 1)); in airoha_qdma_get_tx_ets_stats() local2489 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()