Home
last modified time | relevance | path

Searched refs:hinic_txq_stats (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.h87 struct hinic_txq_stats { struct
121 struct hinic_txq_stats txq_stats;
138 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);
H A Dhinic_pmd_ethdev.c214 {"tx_busy", offsetof(struct hinic_txq_stats, tx_busy)},
215 {"offload_errors", offsetof(struct hinic_txq_stats, off_errs)},
216 {"copy_pkts", offsetof(struct hinic_txq_stats, cpy_pkts)},
217 {"rl_drop", offsetof(struct hinic_txq_stats, rl_drop)},
218 {"burst_pkts", offsetof(struct hinic_txq_stats, burst_pkts)},
219 {"sge_len0", offsetof(struct hinic_txq_stats, sge_len0)},
220 {"mbuf_null", offsetof(struct hinic_txq_stats, mbuf_null)},
1305 struct hinic_txq_stats txq_stats; in hinic_dev_stats_get()
2174 struct hinic_txq_stats txq_stats; in hinic_dev_xstats_get()
H A Dhinic_pmd_tx.c266 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats) in hinic_txq_get_stats()
278 struct hinic_txq_stats *txq_stats; in hinic_txq_stats_reset()