Lines Matching refs:HILO_64_REGPAIR

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()
1666 HILO_64_REGPAIR(tstats.mftag_filter_discard); in __qed_get_vport_tstats()
1668 HILO_64_REGPAIR(tstats.eth_mac_filter_discard); in __qed_get_vport_tstats()
1670 HILO_64_REGPAIR(tstats.eth_gft_drop_pkt); in __qed_get_vport_tstats()
1704 HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in __qed_get_vport_ustats()
1706 HILO_64_REGPAIR(ustats.rcv_mcast_bytes); in __qed_get_vport_ustats()
1708 HILO_64_REGPAIR(ustats.rcv_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()
1745 HILO_64_REGPAIR(mstats.no_buff_discard); in __qed_get_vport_mstats()
1747 HILO_64_REGPAIR(mstats.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()
1750 HILO_64_REGPAIR(mstats.tpa_coalesced_pkts); in __qed_get_vport_mstats()
1752 HILO_64_REGPAIR(mstats.tpa_coalesced_events); in __qed_get_vport_mstats()
1754 HILO_64_REGPAIR(mstats.tpa_aborts_num); in __qed_get_vport_mstats()
1756 HILO_64_REGPAIR(mstats.tpa_coalesced_bytes); in __qed_get_vport_mstats()