Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.h88 struct hinic_txq_stats { struct
122 struct hinic_txq_stats txq_stats;
139 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);
H A Dhinic_pmd_ethdev.c220 {"tx_busy", offsetof(struct hinic_txq_stats, tx_busy)},
221 {"offload_errors", offsetof(struct hinic_txq_stats, off_errs)},
222 {"copy_pkts", offsetof(struct hinic_txq_stats, cpy_pkts)},
223 {"rl_drop", offsetof(struct hinic_txq_stats, rl_drop)},
224 {"burst_pkts", offsetof(struct hinic_txq_stats, burst_pkts)},
225 {"sge_len0", offsetof(struct hinic_txq_stats, sge_len0)},
226 {"mbuf_null", offsetof(struct hinic_txq_stats, mbuf_null)},
1306 struct hinic_txq_stats txq_stats; in hinic_dev_stats_get()
2189 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()