Lines Matching refs:p_stats

1616 		       struct qed_eth_stats *p_stats, u16 statistics_bin)  in __qed_get_vport_pstats()  argument
1627 p_stats->common.tx_ucast_bytes += in __qed_get_vport_pstats()
1629 p_stats->common.tx_mcast_bytes += in __qed_get_vport_pstats()
1631 p_stats->common.tx_bcast_bytes += in __qed_get_vport_pstats()
1633 p_stats->common.tx_ucast_pkts += in __qed_get_vport_pstats()
1635 p_stats->common.tx_mcast_pkts += in __qed_get_vport_pstats()
1637 p_stats->common.tx_bcast_pkts += in __qed_get_vport_pstats()
1639 p_stats->common.tx_err_drop_pkts += in __qed_get_vport_pstats()
1645 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_tstats() argument
1665 p_stats->common.mftag_filter_discards += in __qed_get_vport_tstats()
1667 p_stats->common.mac_filter_discards += in __qed_get_vport_tstats()
1669 p_stats->common.gft_filter_drop += in __qed_get_vport_tstats()
1692 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_ustats() argument
1703 p_stats->common.rx_ucast_bytes += in __qed_get_vport_ustats()
1705 p_stats->common.rx_mcast_bytes += in __qed_get_vport_ustats()
1707 p_stats->common.rx_bcast_bytes += in __qed_get_vport_ustats()
1709 p_stats->common.rx_ucast_pkts += HILO_64_REGPAIR(ustats.rcv_ucast_pkts); in __qed_get_vport_ustats()
1710 p_stats->common.rx_mcast_pkts += HILO_64_REGPAIR(ustats.rcv_mcast_pkts); in __qed_get_vport_ustats()
1711 p_stats->common.rx_bcast_pkts += HILO_64_REGPAIR(ustats.rcv_bcast_pkts); in __qed_get_vport_ustats()
1733 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_mstats() argument
1744 p_stats->common.no_buff_discards += in __qed_get_vport_mstats()
1746 p_stats->common.packet_too_big_discard += in __qed_get_vport_mstats()
1748 p_stats->common.ttl0_discard += HILO_64_REGPAIR(mstats.ttl0_discard); in __qed_get_vport_mstats()
1749 p_stats->common.tpa_coalesced_pkts += in __qed_get_vport_mstats()
1751 p_stats->common.tpa_coalesced_events += in __qed_get_vport_mstats()
1753 p_stats->common.tpa_aborts_num += in __qed_get_vport_mstats()
1755 p_stats->common.tpa_coalesced_bytes += in __qed_get_vport_mstats()
1761 struct qed_eth_stats *p_stats) in __qed_get_vport_port_stats() argument
1763 struct qed_eth_stats_common *p_common = &p_stats->common; in __qed_get_vport_port_stats()
1814 struct qed_eth_stats_bb *p_bb = &p_stats->bb; in __qed_get_vport_port_stats()
1837 struct qed_eth_stats_ah *p_ah = &p_stats->ah; in __qed_get_vport_port_stats()