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.c2133 dev->qos_stats[i].cpu_tx_packets = in airoha_dev_set_qdma()
2606 u32 cpu_tx_packets, fwd_tx_packets; in airoha_qdma_get_tx_ets_stats() local
2611 cpu_tx_packets = airoha_qdma_rr(qdma, REG_CNTR_VAL(channel << 1)); in airoha_qdma_get_tx_ets_stats()
2614 tx_packets = (u32)(cpu_tx_packets - in airoha_qdma_get_tx_ets_stats()
2615 dev->qos_stats[channel].cpu_tx_packets); in airoha_qdma_get_tx_ets_stats()
2620 dev->qos_stats[channel].cpu_tx_packets = cpu_tx_packets; in airoha_qdma_get_tx_ets_stats()
H A Dairoha_eth.h585 u32 cpu_tx_packets; member