Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_stats.c277 tx_bcast_bytes)},
540 stats->q_obytes[i] += ring_stats->tx_bcast_bytes; in bnxt_fill_rte_eth_stats()
670 func_qstats->tx_bcast_bytes += ring_stats->tx_bcast_bytes; in bnxt_fill_func_qstats()
H A Dbnxt.h609 uint64_t tx_bcast_bytes; member
H A Dbnxt_hwrm.c2569 stats->obytes += rte_le_to_cpu_64(resp->tx_bcast_bytes); in bnxt_hwrm_func_qstats()
4423 ring_stats->tx_bcast_bytes = rte_le_to_cpu_64(resp->tx_bcast_bytes); in bnxt_hwrm_ring_stats()
4424 bnxt_update_prev_stat(&ring_stats->tx_bcast_bytes, in bnxt_hwrm_ring_stats()
4425 &prev_stats->tx_bcast_bytes); in bnxt_hwrm_ring_stats()
H A Dhsi_struct_def_dpdk.h15960 uint64_t tx_bcast_bytes; member
16125 uint64_t tx_bcast_bytes; member
52771 uint64_t tx_bcast_bytes; member
52820 uint64_t tx_bcast_bytes; member
53117 uint64_t tx_bcast_bytes; member
53242 uint64_t tx_bcast_bytes; member
/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h343 u64 tx_bcast_bytes; member
H A Decore_l2.c1747 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats()
/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c654 p->tx_octets = be64_to_cpu(fwstats.tx_bcast_bytes) + in t4vf_get_port_stats_fw()
H A Dt4fw_interface.h1556 __be64 tx_bcast_bytes; member
1575 __be64 tx_bcast_bytes; member
/dpdk/drivers/net/ionic/
H A Dionic_ethdev.c170 tx_bcast_bytes)},
H A Dionic_if.h2542 __le64 tx_bcast_bytes; member
H A Dionic_lif.c173 ls->tx_bcast_bytes; in ionic_lif_get_abs_stats()
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c42 offsetof(struct ecore_eth_stats_common, tx_bcast_bytes)},
1631 stats.common.tx_mcast_bytes + stats.common.tx_bcast_bytes; in qede_get_stats()