Home
last modified time | relevance | path

Searched refs:tx_unicast (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c241 &representor->stats_offset.tx_unicast, in i40e_vf_representor_stats_get()
242 &native_stats.tx_unicast); in i40e_vf_representor_stats_get()
259 stats->opackets = native_stats.tx_unicast + in i40e_vf_representor_stats_get()
H A Di40e_ethdev_vf.c164 {"tx_unicast_packets", offsetof(struct i40e_eth_stats, tx_unicast)},
987 i40evf_stat_update_48(&oes->tx_unicast, in i40evf_update_stats()
988 &nes->tx_unicast); in i40evf_update_stats()
2405 pstats->tx_unicast; in i40evf_dev_stats_get()
H A Di40e_ethdev.c3101 vsi->offset_loaded, &oes->tx_unicast, in i40e_update_vsi_stats()
3102 &nes->tx_unicast); in i40e_update_vsi_stats()
3173 &pf->internal_stats_offset.tx_unicast, in i40e_read_stats_registers()
3174 &pf->internal_stats.tx_unicast); in i40e_read_stats_registers()
3256 pf->offset_loaded, &os->eth.tx_unicast, in i40e_read_stats_registers()
3257 &ns->eth.tx_unicast); in i40e_read_stats_registers()
3266 ns->eth.tx_bytes -= (ns->eth.tx_unicast + ns->eth.tx_multicast + in i40e_read_stats_registers()
3280 if (ns->eth.tx_unicast < pf->internal_stats.tx_unicast) in i40e_read_stats_registers()
3281 ns->eth.tx_unicast = 0; in i40e_read_stats_registers()
3283 ns->eth.tx_unicast -= pf->internal_stats.tx_unicast; in i40e_read_stats_registers()
[all …]
H A Drte_pmd_i40e.c997 stats->opackets = vsi->eth_stats.tx_unicast + in rte_pmd_i40e_get_vf_stats()
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c799 ice_dcf_stat_update_48(&oes->tx_unicast, &nes->tx_unicast); in ice_dcf_update_stats()
821 pstats.tx_unicast; in ice_dcf_stats_get()
H A Dice_ethdev.c234 {"tx_unicast_packets", offsetof(struct ice_eth_stats, tx_unicast)},
4779 vsi->offset_loaded, &oes->tx_unicast, in ice_update_vsi_stats()
4780 &nes->tx_unicast); in ice_update_vsi_stats()
4809 PMD_DRV_LOG(DEBUG, "tx_unicast: %"PRIu64"", nes->tx_unicast); in ice_update_vsi_stats()
4871 pf->offset_loaded, &os->eth.tx_unicast, in ice_read_stats_registers()
4872 &ns->eth.tx_unicast); in ice_read_stats_registers()
4888 ns->eth.tx_bytes -= (ns->eth.tx_unicast + ns->eth.tx_multicast + in ice_read_stats_registers()
5020 stats->opackets = ns->eth.tx_unicast + in ice_stats_get()
5046 PMD_DRV_LOG(DEBUG, "tx_unicast: %"PRIu64"", ns->eth.tx_unicast); in ice_stats_get()
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_representor.c315 uint64_t tx_unicast; /* uptc */ member
339 tx_unicast)},
975 hw_stats->eth.tx_unicast += statistics; in ipn3ke_rpst_read_25g_lineside_stats_registers()
1002 hw_stats->eth.tx_unicast += statistics; in ipn3ke_rpst_read_25g_lineside_stats_registers()
1560 hw_stats->eth.tx_unicast = statistics; in ipn3ke_rpst_read_10g_lineside_stats_registers()
1941 hw_stats->eth.tx_unicast += statistics; in ipn3ke_rpst_read_10g_lineside_stats_registers()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c147 {"tx_unicast_packets", offsetof(struct iavf_eth_stats, tx_unicast)},
1261 iavf_stat_update_48(&oes->tx_unicast, &nes->tx_unicast); in iavf_update_stats()
1284 pstats->tx_unicast; in iavf_dev_stats_get()
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_type.h921 u64 tx_unicast; /* uptc */ member
H A Dvirtchnl.h570 u64 tx_unicast; /* transmitted unicast pkts */ member
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h999 u64 tx_unicast; /* uptc */ member
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_type.h1419 u64 tx_unicast; /* uptc */ member