Symbol: HILO_64_REGPAIR
sys/dev/qlnx/qlnxe/ecore_l2.c
1786
HILO_64_REGPAIR(pstats.sent_ucast_bytes);
sys/dev/qlnx/qlnxe/ecore_l2.c
1788
HILO_64_REGPAIR(pstats.sent_mcast_bytes);
sys/dev/qlnx/qlnxe/ecore_l2.c
1790
HILO_64_REGPAIR(pstats.sent_bcast_bytes);
sys/dev/qlnx/qlnxe/ecore_l2.c
1792
HILO_64_REGPAIR(pstats.sent_ucast_pkts);
sys/dev/qlnx/qlnxe/ecore_l2.c
1794
HILO_64_REGPAIR(pstats.sent_mcast_pkts);
sys/dev/qlnx/qlnxe/ecore_l2.c
1796
HILO_64_REGPAIR(pstats.sent_bcast_pkts);
sys/dev/qlnx/qlnxe/ecore_l2.c
1798
HILO_64_REGPAIR(pstats.error_drop_pkts);
sys/dev/qlnx/qlnxe/ecore_l2.c
1825
HILO_64_REGPAIR(tstats.mftag_filter_discard);
sys/dev/qlnx/qlnxe/ecore_l2.c
1827
HILO_64_REGPAIR(tstats.eth_mac_filter_discard);
sys/dev/qlnx/qlnxe/ecore_l2.c
1863
HILO_64_REGPAIR(ustats.rcv_ucast_bytes);
sys/dev/qlnx/qlnxe/ecore_l2.c
1865
HILO_64_REGPAIR(ustats.rcv_mcast_bytes);
sys/dev/qlnx/qlnxe/ecore_l2.c
1867
HILO_64_REGPAIR(ustats.rcv_bcast_bytes);
sys/dev/qlnx/qlnxe/ecore_l2.c
1869
HILO_64_REGPAIR(ustats.rcv_ucast_pkts);
sys/dev/qlnx/qlnxe/ecore_l2.c
1871
HILO_64_REGPAIR(ustats.rcv_mcast_pkts);
sys/dev/qlnx/qlnxe/ecore_l2.c
1873
HILO_64_REGPAIR(ustats.rcv_bcast_pkts);
sys/dev/qlnx/qlnxe/ecore_l2.c
1909
HILO_64_REGPAIR(mstats.no_buff_discard);
sys/dev/qlnx/qlnxe/ecore_l2.c
1911
HILO_64_REGPAIR(mstats.packet_too_big_discard);
sys/dev/qlnx/qlnxe/ecore_l2.c
1913
HILO_64_REGPAIR(mstats.ttl0_discard);
sys/dev/qlnx/qlnxe/ecore_l2.c
1915
HILO_64_REGPAIR(mstats.tpa_coalesced_pkts);
sys/dev/qlnx/qlnxe/ecore_l2.c
1917
HILO_64_REGPAIR(mstats.tpa_coalesced_events);
sys/dev/qlnx/qlnxe/ecore_l2.c
1919
HILO_64_REGPAIR(mstats.tpa_aborts_num);
sys/dev/qlnx/qlnxe/ecore_l2.c
1921
HILO_64_REGPAIR(mstats.tpa_coalesced_bytes);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2078
HILO_64_REGPAIR(port_stats.gsi_invalid_hdr);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2080
HILO_64_REGPAIR(port_stats.gsi_invalid_pkt_length);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2082
HILO_64_REGPAIR(port_stats.gsi_unsupported_pkt_typ);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2084
HILO_64_REGPAIR(port_stats.gsi_crcchksm_error);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2104
HILO_64_REGPAIR(tstats.packet_too_big_discard);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2106
HILO_64_REGPAIR(tstats.no_buff_discard);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2125
p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2126
p_stats->rcv_mcast_bytes += HILO_64_REGPAIR(ustats.rcv_mcast_bytes);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2127
p_stats->rcv_bcast_bytes += HILO_64_REGPAIR(ustats.rcv_bcast_bytes);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2128
p_stats->rcv_ucast_pkts += HILO_64_REGPAIR(ustats.rcv_ucast_pkts);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2129
p_stats->rcv_mcast_pkts += HILO_64_REGPAIR(ustats.rcv_mcast_pkts);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2130
p_stats->rcv_bcast_pkts += HILO_64_REGPAIR(ustats.rcv_bcast_pkts);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2149
p_stats->sent_ucast_bytes += HILO_64_REGPAIR(pstats.sent_ucast_bytes);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2150
p_stats->sent_mcast_bytes += HILO_64_REGPAIR(pstats.sent_mcast_bytes);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2151
p_stats->sent_bcast_bytes += HILO_64_REGPAIR(pstats.sent_bcast_bytes);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2152
p_stats->sent_ucast_pkts += HILO_64_REGPAIR(pstats.sent_ucast_pkts);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2153
p_stats->sent_mcast_pkts += HILO_64_REGPAIR(pstats.sent_mcast_pkts);
sys/dev/qlnx/qlnxe/ecore_ll2.c
2154
p_stats->sent_bcast_pkts += HILO_64_REGPAIR(pstats.sent_bcast_pkts);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2481
HILO_64_REGPAIR(info->rdma_sent_pstats.sent_bytes);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2483
HILO_64_REGPAIR(info->rdma_sent_pstats.sent_pkts);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2485
HILO_64_REGPAIR(info->rdma_rcv_tstats.rcv_bytes);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2487
HILO_64_REGPAIR(info->rdma_rcv_tstats.rcv_pkts);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2498
HILO_64_REGPAIR(info->roce.dcqcn_rx_stats.ecn_pkt_rcv);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2500
HILO_64_REGPAIR(info->roce.dcqcn_rx_stats.cnp_pkt_rcv);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2502
HILO_64_REGPAIR(info->roce.dcqcn_tx_stats.cnp_pkt_sent);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2506
HILO_64_REGPAIR(info->iwarp.stats.tx_fast_retransmit_event_cnt);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2508
HILO_64_REGPAIR(