Searched refs:ustats (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c1843 *p_addr = p_resp->pfdev_info.stats_info.ustats.address;
1844 *p_len = p_resp->pfdev_info.stats_info.ustats.len;
1853 struct eth_ustorm_per_queue_stat ustats; local
1859 OSAL_MEMSET(&ustats, 0, sizeof(ustats));
1860 ecore_memcpy_from(p_hwfn, p_ptt, &ustats,
1864 HILO_64_REGPAIR(ustats.rcv_ucast_bytes);
1866 HILO_64_REGPAIR(ustats.rcv_mcast_bytes);
1868 HILO_64_REGPAIR(ustats.rcv_bcast_bytes);
1870 HILO_64_REGPAIR(ustats
2102 struct eth_ustorm_per_queue_stat ustats; local
[all...]
H A Decore_ll2.c2117 struct core_ll2_ustorm_per_queue_stat ustats; local
2121 OSAL_MEMSET(&ustats, 0, sizeof(ustats));
2124 ecore_memcpy_from(p_hwfn, p_ptt, &ustats,
2126 sizeof(ustats));
2128 p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes);
2129 p_stats->rcv_mcast_bytes += HILO_64_REGPAIR(ustats.rcv_mcast_bytes);
2130 p_stats->rcv_bcast_bytes += HILO_64_REGPAIR(ustats.rcv_bcast_bytes);
2131 p_stats->rcv_ucast_pkts += HILO_64_REGPAIR(ustats.rcv_ucast_pkts);
2132 p_stats->rcv_mcast_pkts += HILO_64_REGPAIR(ustats
[all...]
H A Decore_vfpf_if.h181 struct pfvf_storm_stats ustats; member in struct:pfvf_stats_info
H A Decore_sriov.c1736 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B +
1739 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat);

Completed in 131 milliseconds