Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c246 &representor->stats_offset.tx_unicast, in i40e_vf_representor_stats_get()
247 &native_stats.tx_unicast); in i40e_vf_representor_stats_get()
264 stats->opackets = native_stats.tx_unicast + in i40e_vf_representor_stats_get()
H A Di40e_ethdev.c3047 vsi->offset_loaded, &oes->tx_unicast, in i40e_update_vsi_stats()
3048 &nes->tx_unicast); in i40e_update_vsi_stats()
3119 &pf->internal_stats_offset.tx_unicast, in i40e_read_stats_registers()
3120 &pf->internal_stats.tx_unicast); in i40e_read_stats_registers()
3206 pf->offset_loaded, &os->eth.tx_unicast, in i40e_read_stats_registers()
3207 &ns->eth.tx_unicast); in i40e_read_stats_registers()
3216 ns->eth.tx_bytes -= (ns->eth.tx_unicast + ns->eth.tx_multicast + in i40e_read_stats_registers()
3230 if (ns->eth.tx_unicast < pf->internal_stats.tx_unicast) in i40e_read_stats_registers()
3231 ns->eth.tx_unicast = 0; in i40e_read_stats_registers()
3233 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()
/dpdk/drivers/net/ice/
H A Dice_dcf.h91 u64 tx_unicast; /* uptc */ member
H A Dice_dcf_ethdev.c62 {"tx_unicast_packets", offsetof(struct ice_dcf_eth_stats, tx_unicast)},
1323 ice_dcf_stat_update_48(&oes->tx_unicast, &nes->tx_unicast); in ice_dcf_update_stats()
1351 pstats.tx_unicast; in ice_dcf_stats_get()
H A Dice_ethdev.c285 {"tx_unicast_packets", offsetof(struct ice_eth_stats, tx_unicast)},
5211 vsi->offset_loaded, &oes->tx_unicast, in ice_update_vsi_stats()
5212 &nes->tx_unicast); in ice_update_vsi_stats()
5241 PMD_DRV_LOG(DEBUG, "tx_unicast: %"PRIu64"", nes->tx_unicast); in ice_update_vsi_stats()
5303 pf->offset_loaded, &os->eth.tx_unicast, in ice_read_stats_registers()
5304 &ns->eth.tx_unicast); in ice_read_stats_registers()
5320 ns->eth.tx_bytes -= (ns->eth.tx_unicast + ns->eth.tx_multicast + in ice_read_stats_registers()
5452 stats->opackets = ns->eth.tx_unicast + in ice_stats_get()
5478 PMD_DRV_LOG(DEBUG, "tx_unicast: %"PRIu64"", ns->eth.tx_unicast); in ice_stats_get()
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_representor.c305 uint64_t tx_unicast; /* uptc */ member
329 tx_unicast)},
965 hw_stats->eth.tx_unicast += statistics; in ipn3ke_rpst_read_25g_lineside_stats_registers()
992 hw_stats->eth.tx_unicast += statistics; in ipn3ke_rpst_read_25g_lineside_stats_registers()
1550 hw_stats->eth.tx_unicast = statistics; in ipn3ke_rpst_read_10g_lineside_stats_registers()
1931 hw_stats->eth.tx_unicast += statistics; in ipn3ke_rpst_read_10g_lineside_stats_registers()
/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c164 {"tx_unicast_packets", _OFF_OF(eth_stats.tx_unicast)},
1681 iavf_stat_update_48(&oes->tx_unicast, &nes->tx_unicast); in iavf_update_stats()
1707 pstats->tx_unicast; in iavf_dev_stats_get()
/dpdk/drivers/common/iavf/
H A Diavf_type.h924 u64 tx_unicast; /* uptc */ member
H A Dvirtchnl.h1168 u64 tx_unicast; /* transmitted unicast pkts */ member
/dpdk/drivers/net/ice/base/
H A Dice_type.h1277 u64 tx_unicast; /* uptc */ member
/dpdk/drivers/net/i40e/base/
H A Di40e_type.h1426 u64 tx_unicast; /* uptc */ member