Home
last modified time | relevance | path

Searched refs:p_stats (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Decore_l2.c1743 p_stats->common.tx_ucast_bytes += in __ecore_get_vport_pstats()
1745 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats()
1747 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats()
1749 p_stats->common.tx_ucast_pkts += in __ecore_get_vport_pstats()
1751 p_stats->common.tx_mcast_pkts += in __ecore_get_vport_pstats()
1753 p_stats->common.tx_bcast_pkts += in __ecore_get_vport_pstats()
1820 p_stats->common.rx_ucast_bytes += in __ecore_get_vport_ustats()
1826 p_stats->common.rx_ucast_pkts += in __ecore_get_vport_ustats()
1828 p_stats->common.rx_mcast_pkts += in __ecore_get_vport_ustats()
1830 p_stats->common.rx_bcast_pkts += in __ecore_get_vport_ustats()
[all …]
H A Decore_iov_api.h610 struct ecore_eth_stats *p_stats);
H A Decore_sriov.c1753 static void ecore_iov_vf_mbx_acquire_stats(struct pfvf_stats_info *p_stats) in ecore_iov_vf_mbx_acquire_stats() argument
1755 p_stats->mstats.address = PXP_VF_BAR0_START_MSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats()
1758 p_stats->mstats.len = sizeof(struct eth_mstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats()
1759 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats()
1762 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats()
1763 p_stats->pstats.address = PXP_VF_BAR0_START_PSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats()
1766 p_stats->pstats.len = sizeof(struct eth_pstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats()
1767 p_stats->tstats.address = 0; in ecore_iov_vf_mbx_acquire_stats()
1768 p_stats->tstats.len = 0; in ecore_iov_vf_mbx_acquire_stats()
4937 struct ecore_eth_stats *p_stats) in ecore_iov_get_vf_stats() argument
[all …]