Home
last modified time | relevance | path

Searched refs:rx_ucast_bytes (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_stats.c289 rx_ucast_bytes)},
520 stats->q_ibytes[i] = ring_stats->rx_ucast_bytes; in bnxt_fill_rte_eth_stats()
652 func_qstats->rx_ucast_bytes += ring_stats->rx_ucast_bytes; in bnxt_fill_func_qstats()
H A Dbnxt.h621 uint64_t rx_ucast_bytes; member
H A Dbnxt_hwrm.c2560 stats->ibytes = rte_le_to_cpu_64(resp->rx_ucast_bytes); in bnxt_hwrm_func_qstats()
4365 ring_stats->rx_ucast_bytes = rte_le_to_cpu_64(resp->rx_ucast_bytes); in bnxt_hwrm_ring_stats()
4366 bnxt_update_prev_stat(&ring_stats->rx_ucast_bytes, in bnxt_hwrm_ring_stats()
4367 &prev_stats->rx_ucast_bytes); in bnxt_hwrm_ring_stats()
H A Dhsi_struct_def_dpdk.h15982 uint64_t rx_ucast_bytes; member
16105 uint64_t rx_ucast_bytes; member
52751 uint64_t rx_ucast_bytes; member
52800 uint64_t rx_ucast_bytes; member
53129 uint64_t rx_ucast_bytes; member
53222 uint64_t rx_ucast_bytes; member
/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h332 u64 rx_ucast_bytes; member
H A Decore_l2.c1820 p_stats->common.rx_ucast_bytes += in __ecore_get_vport_ustats()
/dpdk/drivers/net/cxgbe/base/
H A Dt4fw_interface.h1570 __be64 rx_ucast_bytes; member
1588 __be64 rx_ucast_bytes; member
/dpdk/drivers/net/ionic/
H A Dionic_ethdev.c134 rx_ucast_bytes)},
H A Dionic_if.h2520 __le64 rx_ucast_bytes; member
H A Dionic_lif.c129 stats->ibytes = ls->rx_ucast_bytes + in ionic_lif_get_abs_stats()
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c25 offsetof(struct ecore_eth_stats_common, rx_ucast_bytes)},
1610 eth_stats->ibytes = stats.common.rx_ucast_bytes + in qede_get_stats()