Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_stats.c275 tx_mcast_bytes)},
539 stats->q_obytes[i] += ring_stats->tx_mcast_bytes; in bnxt_fill_rte_eth_stats()
669 func_qstats->tx_mcast_bytes += ring_stats->tx_mcast_bytes; in bnxt_fill_func_qstats()
H A Dbnxt.h607 uint64_t tx_mcast_bytes; member
H A Dbnxt_hwrm.c2568 stats->obytes += rte_le_to_cpu_64(resp->tx_mcast_bytes); in bnxt_hwrm_func_qstats()
4419 ring_stats->tx_mcast_bytes = rte_le_to_cpu_64(resp->tx_mcast_bytes); in bnxt_hwrm_ring_stats()
4420 bnxt_update_prev_stat(&ring_stats->tx_mcast_bytes, in bnxt_hwrm_ring_stats()
4421 &prev_stats->tx_mcast_bytes); in bnxt_hwrm_ring_stats()
H A Dhsi_struct_def_dpdk.h15958 uint64_t tx_mcast_bytes; member
16123 uint64_t tx_mcast_bytes; member
52769 uint64_t tx_mcast_bytes; member
52818 uint64_t tx_mcast_bytes; member
53115 uint64_t tx_mcast_bytes; member
53240 uint64_t tx_mcast_bytes; member
/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h342 u64 tx_mcast_bytes; member
H A Decore_l2.c1745 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats()
/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c655 be64_to_cpu(fwstats.tx_mcast_bytes) + in t4vf_get_port_stats_fw()
H A Dt4fw_interface.h1558 __be64 tx_mcast_bytes; member
1577 __be64 tx_mcast_bytes; member
/dpdk/drivers/net/ionic/
H A Dionic_ethdev.c166 tx_mcast_bytes)},
H A Dionic_if.h2540 __le64 tx_mcast_bytes; member
H A Dionic_lif.c172 ls->tx_mcast_bytes + in ionic_lif_get_abs_stats()
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c40 offsetof(struct ecore_eth_stats_common, tx_mcast_bytes)},
1631 stats.common.tx_mcast_bytes + stats.common.tx_bcast_bytes; in qede_get_stats()