Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/airoha/
H A Dairoha_eth.c2135 dev->qos_stats[i].fwd_tx_packets = in airoha_dev_set_qdma()
2606 u32 cpu_tx_packets, fwd_tx_packets; in airoha_qdma_get_tx_ets_stats() local
2612 fwd_tx_packets = airoha_qdma_rr(qdma, in airoha_qdma_get_tx_ets_stats()
2616 tx_packets += (u32)(fwd_tx_packets - in airoha_qdma_get_tx_ets_stats()
2617 dev->qos_stats[channel].fwd_tx_packets); in airoha_qdma_get_tx_ets_stats()
2621 dev->qos_stats[channel].fwd_tx_packets = fwd_tx_packets; in airoha_qdma_get_tx_ets_stats()
H A Dairoha_eth.h586 u32 fwd_tx_packets; member