Home
last modified time | relevance | path

Searched refs:tx_discards (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c258 &representor->stats_offset.tx_discards, in i40e_vf_representor_stats_get()
259 &native_stats.tx_discards); in i40e_vf_representor_stats_get()
270 stats->oerrors = native_stats.tx_errors + native_stats.tx_discards; in i40e_vf_representor_stats_get()
H A Drte_pmd_i40e.c1003 stats->oerrors = vsi->eth_stats.tx_errors + vsi->eth_stats.tx_discards; in rte_pmd_i40e_get_vf_stats()
H A Di40e_ethdev.c539 {"tx_dropped_packets", offsetof(struct i40e_eth_stats, tx_discards)},
3073 PMD_DRV_LOG(DEBUG, "tx_discards: %"PRIu64"", nes->tx_discards); in i40e_update_vsi_stats()
3444 PMD_DRV_LOG(DEBUG, "tx_discards: %"PRIu64"", ns->eth.tx_discards); in i40e_dev_stats_get()
/dpdk/drivers/net/ice/
H A Dice_dcf.h94 u64 tx_discards; /* tdpc */ member
H A Dice_dcf_ethdev.c65 {"tx_dropped_packets", offsetof(struct ice_dcf_eth_stats, tx_discards)},
1327 ice_dcf_stat_update_32(&oes->tx_discards, &nes->tx_discards); in ice_dcf_update_stats()
1353 stats->oerrors = pstats.tx_errors + pstats.tx_discards; in ice_dcf_stats_get()
H A Dice_ethdev.c288 {"tx_dropped_packets", offsetof(struct ice_eth_stats, tx_discards)},
5244 PMD_DRV_LOG(DEBUG, "tx_discards: %"PRIu64"", nes->tx_discards); in ice_update_vsi_stats()
5481 PMD_DRV_LOG(DEBUG, "tx_discards:%"PRIu64"", ns->eth.tx_discards); in ice_stats_get()
5483 pf->main_vsi->eth_stats.tx_discards); in ice_stats_get()
/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c167 {"tx_dropped_packets", _OFF_OF(eth_stats.tx_discards)},
1685 iavf_stat_update_32(&oes->tx_discards, &nes->tx_discards); in iavf_update_stats()
1709 stats->oerrors = pstats->tx_errors + pstats->tx_discards; in iavf_dev_stats_get()
/dpdk/drivers/common/iavf/
H A Diavf_type.h927 u64 tx_discards; /* tdpc */ member
H A Dvirtchnl.h1171 u64 tx_discards; member
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_representor.c306 uint64_t tx_discards; /* tdpc */ member
331 tx_discards)},
2188 stats->oerrors = hw_stats.eth.tx_discards in ipn3ke_rpst_stats_get()
/dpdk/drivers/net/ice/base/
H A Dice_type.h1280 u64 tx_discards; /* tdpc */ member
/dpdk/drivers/net/i40e/base/
H A Di40e_type.h1429 u64 tx_discards; /* tdpc */ member
/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h3584 uint32_t tx_discards; /* TX Discards */ member