Home
last modified time | relevance | path

Searched refs:hns3_tx_basic_stats (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_stats.h143 (offsetof(struct hns3_tx_basic_stats, f))
H A Dhns3_rxtx.h364 struct hns3_tx_basic_stats { struct
517 struct hns3_tx_basic_stats basic_stats;
H A Dhns3_stats.c754 sizeof(struct hns3_tx_basic_stats)); in hns3_stats_reset()
969 struct hns3_tx_basic_stats *txq_stats; in hns3_txq_basic_stats_get()
H A Dhns3_rxtx.c3060 memset(&txq->basic_stats, 0, sizeof(struct hns3_tx_basic_stats)); in hns3_tx_queue_setup()