Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/airoha/
H A Dairoha_eth.c2132 for (i = 0; i < ARRAY_SIZE(dev->qos_stats); i++) { in airoha_dev_set_qdma()
2133 dev->qos_stats[i].cpu_tx_packets = in airoha_dev_set_qdma()
2135 dev->qos_stats[i].fwd_tx_packets = in airoha_dev_set_qdma()
2615 dev->qos_stats[channel].cpu_tx_packets); in airoha_qdma_get_tx_ets_stats()
2617 dev->qos_stats[channel].fwd_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()
2621 dev->qos_stats[channel].fwd_tx_packets = fwd_tx_packets; in airoha_qdma_get_tx_ets_stats()
H A Dairoha_eth.h587 } qos_stats[AIROHA_NUM_QOS_CHANNELS]; member