Lines Matching refs:pstats
1609 *p_addr = p_resp->pfdev_info.stats_info.pstats.address; in __qed_get_vport_pstats_addrlen()
1610 *p_len = p_resp->pfdev_info.stats_info.pstats.len; in __qed_get_vport_pstats_addrlen()
1618 struct eth_pstorm_per_queue_stat pstats; in __qed_get_vport_pstats() local
1624 memset(&pstats, 0, sizeof(pstats)); in __qed_get_vport_pstats()
1625 qed_memcpy_from(p_hwfn, p_ptt, &pstats, pstats_addr, pstats_len); in __qed_get_vport_pstats()
1628 HILO_64_REGPAIR(pstats.sent_ucast_bytes); in __qed_get_vport_pstats()
1630 HILO_64_REGPAIR(pstats.sent_mcast_bytes); in __qed_get_vport_pstats()
1632 HILO_64_REGPAIR(pstats.sent_bcast_bytes); in __qed_get_vport_pstats()
1634 HILO_64_REGPAIR(pstats.sent_ucast_pkts); in __qed_get_vport_pstats()
1636 HILO_64_REGPAIR(pstats.sent_mcast_pkts); in __qed_get_vport_pstats()
1638 HILO_64_REGPAIR(pstats.sent_bcast_pkts); in __qed_get_vport_pstats()
1640 HILO_64_REGPAIR(pstats.error_drop_pkts); in __qed_get_vport_pstats()
1930 struct eth_pstorm_per_queue_stat pstats; in qed_reset_vport_stats() local
1948 memset(&pstats, 0, sizeof(pstats)); in qed_reset_vport_stats()
1950 qed_memcpy_to(p_hwfn, p_ptt, addr, &pstats, len); in qed_reset_vport_stats()