Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_stats.c273 tx_ucast_bytes)},
538 stats->q_obytes[i] = ring_stats->tx_ucast_bytes; in bnxt_fill_rte_eth_stats()
668 func_qstats->tx_ucast_bytes += ring_stats->tx_ucast_bytes; in bnxt_fill_func_qstats()
H A Dbnxt.h605 uint64_t tx_ucast_bytes; member
H A Dbnxt_hwrm.c2567 stats->obytes = rte_le_to_cpu_64(resp->tx_ucast_bytes); in bnxt_hwrm_func_qstats()
4415 ring_stats->tx_ucast_bytes = rte_le_to_cpu_64(resp->tx_ucast_bytes); in bnxt_hwrm_ring_stats()
4416 bnxt_update_prev_stat(&ring_stats->tx_ucast_bytes, in bnxt_hwrm_ring_stats()
4417 &prev_stats->tx_ucast_bytes); in bnxt_hwrm_ring_stats()
H A Dhsi_struct_def_dpdk.h15956 uint64_t tx_ucast_bytes; member
16121 uint64_t tx_ucast_bytes; member
52767 uint64_t tx_ucast_bytes; member
52816 uint64_t tx_ucast_bytes; member
53113 uint64_t tx_ucast_bytes; member
53238 uint64_t tx_ucast_bytes; member
/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h341 u64 tx_ucast_bytes; member
H A Decore_l2.c1743 p_stats->common.tx_ucast_bytes += in __ecore_get_vport_pstats()
/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c656 be64_to_cpu(fwstats.tx_ucast_bytes); in t4vf_get_port_stats_fw()
H A Dt4fw_interface.h1560 __be64 tx_ucast_bytes; member
1579 __be64 tx_ucast_bytes; member
/dpdk/drivers/net/ionic/
H A Dionic_ethdev.c162 tx_ucast_bytes)},
H A Dionic_if.h2538 __le64 tx_ucast_bytes; member
H A Dionic_lif.c171 stats->obytes = ls->tx_ucast_bytes + in ionic_lif_get_abs_stats()
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c38 offsetof(struct ecore_eth_stats_common, tx_ucast_bytes)},
1630 eth_stats->obytes = stats.common.tx_ucast_bytes + in qede_get_stats()