Searched refs:tx_unicast (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_vf_representor.c | 246 &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 D | i40e_ethdev.c | 3047 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 D | rte_pmd_i40e.c | 997 stats->opackets = vsi->eth_stats.tx_unicast + in rte_pmd_i40e_get_vf_stats()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf.h | 91 u64 tx_unicast; /* uptc */ member
|
| H A D | ice_dcf_ethdev.c | 62 {"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 D | ice_ethdev.c | 285 {"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 D | ipn3ke_representor.c | 305 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 D | iavf_ethdev.c | 164 {"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 D | iavf_type.h | 924 u64 tx_unicast; /* uptc */ member
|
| H A D | virtchnl.h | 1168 u64 tx_unicast; /* transmitted unicast pkts */ member
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_type.h | 1277 u64 tx_unicast; /* uptc */ member
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 1426 u64 tx_unicast; /* uptc */ member
|