Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_stats.h137 (offsetof(struct hns3_tx_dfx_stats, f))
H A Dhns3_rxtx.h411 struct hns3_tx_dfx_stats { struct
518 struct hns3_tx_dfx_stats dfx_stats;
H A Dhns3_stats.c894 struct hns3_tx_dfx_stats *dfx_stats; in hns3_txq_dfx_stats_get()
1463 sizeof(struct hns3_tx_dfx_stats)); in hns3_tqp_dfx_stats_clear()
H A Dhns3_rxtx.c3061 memset(&txq->dfx_stats, 0, sizeof(struct hns3_tx_dfx_stats)); in hns3_tx_queue_setup()