Home
last modified time | relevance | path

Searched refs:rx_ucast_pkts (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h335 u64 rx_ucast_pkts; member
H A Dbcm_osal.c270 stats->lan_stats.ucast_rx_pkts = lan_stats.common.rx_ucast_pkts; in qede_get_mcp_proto_stats()
H A Decore_l2.c1826 p_stats->common.rx_ucast_pkts += in __ecore_get_vport_ustats()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_stats.c279 rx_ucast_pkts)},
H A Dhsi_struct_def_dpdk.h12580 uint64_t rx_ucast_pkts; member
12713 uint64_t rx_ucast_pkts; member
43269 uint64_t rx_ucast_pkts; member
43318 uint64_t rx_ucast_pkts; member
43647 uint64_t rx_ucast_pkts; member
43740 uint64_t rx_ucast_pkts; member
H A Dbnxt_hwrm.c2383 stats->ipackets = rte_le_to_cpu_64(resp->rx_ucast_pkts); in bnxt_hwrm_func_qstats()
4135 stats->q_ipackets[idx] = rte_le_to_cpu_64(resp->rx_ucast_pkts); in bnxt_hwrm_ctx_qstats()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_ethdev.c31 offsetof(struct ecore_eth_stats_common, rx_ucast_pkts)},
1616 eth_stats->ipackets = stats.common.rx_ucast_pkts + in qede_get_stats()