Searched refs:cpu_tx_packets (Results 1 – 2 of 2) sorted by relevance
2133 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() local2611 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()
585 u32 cpu_tx_packets; member