Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.h93 u64 off_errs; member
H A Dhinic_pmd_tx.c1150 txq->txq_stats.off_errs++; in hinic_xmit_pkts()
1178 txq->txq_stats.off_errs++; in hinic_xmit_pkts()
H A Dhinic_pmd_ethdev.c221 {"offload_errors", offsetof(struct hinic_txq_stats, off_errs)},
1340 stats->oerrors += (txq_stats.tx_busy + txq_stats.off_errs); in hinic_dev_stats_get()