Home
last modified time | relevance | path

Searched refs:HILO_64_REGPAIR (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_iscsi.c897 HILO_64_REGPAIR(tstats.iscsi_rx_bytes_cnt); in _qed_iscsi_get_tstats()
899 HILO_64_REGPAIR(tstats.iscsi_rx_packet_cnt); in _qed_iscsi_get_tstats()
901 HILO_64_REGPAIR(tstats.iscsi_rx_new_ooo_isle_events_cnt); in _qed_iscsi_get_tstats()
923 HILO_64_REGPAIR(mstats.iscsi_rx_dropped_pdus_task_not_valid); in _qed_iscsi_get_mstats()
939 HILO_64_REGPAIR(ustats.iscsi_rx_data_pdu_cnt); in _qed_iscsi_get_ustats()
941 HILO_64_REGPAIR(ustats.iscsi_rx_r2t_pdu_cnt); in _qed_iscsi_get_ustats()
943 HILO_64_REGPAIR(ustats.iscsi_rx_total_pdu_cnt); in _qed_iscsi_get_ustats()
959 HILO_64_REGPAIR(xstats.iscsi_tx_go_to_slow_start_event_cnt); in _qed_iscsi_get_xstats()
961 HILO_64_REGPAIR(xstats.iscsi_tx_fast_retransmit_event_cnt); in _qed_iscsi_get_xstats()
977 HILO_64_REGPAIR(ystats.iscsi_tx_data_pdu_cnt); in _qed_iscsi_get_ystats()
[all …]
Dqed_l2.c1627 HILO_64_REGPAIR(pstats.sent_ucast_bytes); in __qed_get_vport_pstats()
1629 HILO_64_REGPAIR(pstats.sent_mcast_bytes); in __qed_get_vport_pstats()
1631 HILO_64_REGPAIR(pstats.sent_bcast_bytes); in __qed_get_vport_pstats()
1633 HILO_64_REGPAIR(pstats.sent_ucast_pkts); in __qed_get_vport_pstats()
1635 HILO_64_REGPAIR(pstats.sent_mcast_pkts); in __qed_get_vport_pstats()
1637 HILO_64_REGPAIR(pstats.sent_bcast_pkts); in __qed_get_vport_pstats()
1639 HILO_64_REGPAIR(pstats.error_drop_pkts); in __qed_get_vport_pstats()
1665 HILO_64_REGPAIR(tstats.mftag_filter_discard); in __qed_get_vport_tstats()
1667 HILO_64_REGPAIR(tstats.eth_mac_filter_discard); in __qed_get_vport_tstats()
1669 HILO_64_REGPAIR(tstats.eth_gft_drop_pkt); in __qed_get_vport_tstats()
[all …]
Dqed_ll2.c2179 p_stats->gsi_invalid_hdr += HILO_64_REGPAIR(port_stats.gsi_invalid_hdr); in _qed_ll2_get_port_stats()
2181 HILO_64_REGPAIR(port_stats.gsi_invalid_pkt_length); in _qed_ll2_get_port_stats()
2183 HILO_64_REGPAIR(port_stats.gsi_unsupported_pkt_typ); in _qed_ll2_get_port_stats()
2185 HILO_64_REGPAIR(port_stats.gsi_crcchksm_error); in _qed_ll2_get_port_stats()
2203 HILO_64_REGPAIR(tstats.packet_too_big_discard); in _qed_ll2_get_tstats()
2204 p_stats->no_buff_discard += HILO_64_REGPAIR(tstats.no_buff_discard); in _qed_ll2_get_tstats()
2221 p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in _qed_ll2_get_ustats()
2222 p_stats->rcv_mcast_bytes += HILO_64_REGPAIR(ustats.rcv_mcast_bytes); in _qed_ll2_get_ustats()
2223 p_stats->rcv_bcast_bytes += HILO_64_REGPAIR(ustats.rcv_bcast_bytes); in _qed_ll2_get_ustats()
2224 p_stats->rcv_ucast_pkts += HILO_64_REGPAIR(ustats.rcv_ucast_pkts); in _qed_ll2_get_ustats()
[all …]
Dqed_fcoe.c655 p_stats->fcoe_rx_byte_cnt = HILO_64_REGPAIR(tstats.fcoe_rx_byte_cnt); in _qed_fcoe_get_tstats()
657 HILO_64_REGPAIR(tstats.fcoe_rx_data_pkt_cnt); in _qed_fcoe_get_tstats()
659 HILO_64_REGPAIR(tstats.fcoe_rx_xfer_pkt_cnt); in _qed_fcoe_get_tstats()
661 HILO_64_REGPAIR(tstats.fcoe_rx_other_pkt_cnt); in _qed_fcoe_get_tstats()
687 p_stats->fcoe_tx_byte_cnt = HILO_64_REGPAIR(pstats.fcoe_tx_byte_cnt); in _qed_fcoe_get_pstats()
689 HILO_64_REGPAIR(pstats.fcoe_tx_data_pkt_cnt); in _qed_fcoe_get_pstats()
691 HILO_64_REGPAIR(pstats.fcoe_tx_xfer_pkt_cnt); in _qed_fcoe_get_pstats()
693 HILO_64_REGPAIR(pstats.fcoe_tx_other_pkt_cnt); in _qed_fcoe_get_pstats()
/Linux-v5.10/include/linux/qed/
Dcommon_hsi.h28 #define HILO_64_REGPAIR(regpair) ({ \ macro
31 #define HILO_DMA_REGPAIR(regpair) ((dma_addr_t)HILO_64_REGPAIR(regpair))