Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_iscsi.c946 HILO_64_REGPAIR(tstats.iscsi_rx_bytes_cnt); in _qed_iscsi_get_tstats()
948 HILO_64_REGPAIR(tstats.iscsi_rx_packet_cnt); in _qed_iscsi_get_tstats()
950 HILO_64_REGPAIR(tstats.iscsi_rx_new_ooo_isle_events_cnt); in _qed_iscsi_get_tstats()
972 HILO_64_REGPAIR(mstats.iscsi_rx_dropped_pdus_task_not_valid); in _qed_iscsi_get_mstats()
988 HILO_64_REGPAIR(ustats.iscsi_rx_data_pdu_cnt); in _qed_iscsi_get_ustats()
990 HILO_64_REGPAIR(ustats.iscsi_rx_r2t_pdu_cnt); in _qed_iscsi_get_ustats()
992 HILO_64_REGPAIR(ustats.iscsi_rx_total_pdu_cnt); in _qed_iscsi_get_ustats()
1008 HILO_64_REGPAIR(xstats.iscsi_tx_go_to_slow_start_event_cnt); in _qed_iscsi_get_xstats()
1010 HILO_64_REGPAIR(xstats.iscsi_tx_fast_retransmit_event_cnt); in _qed_iscsi_get_xstats()
1026 HILO_64_REGPAIR(ystats.iscsi_tx_data_pdu_cnt); in _qed_iscsi_get_ystats()
[all …]
Dqed_l2.c1648 HILO_64_REGPAIR(pstats.sent_ucast_bytes); in __qed_get_vport_pstats()
1650 HILO_64_REGPAIR(pstats.sent_mcast_bytes); in __qed_get_vport_pstats()
1652 HILO_64_REGPAIR(pstats.sent_bcast_bytes); in __qed_get_vport_pstats()
1654 HILO_64_REGPAIR(pstats.sent_ucast_pkts); in __qed_get_vport_pstats()
1656 HILO_64_REGPAIR(pstats.sent_mcast_pkts); in __qed_get_vport_pstats()
1658 HILO_64_REGPAIR(pstats.sent_bcast_pkts); in __qed_get_vport_pstats()
1660 HILO_64_REGPAIR(pstats.error_drop_pkts); in __qed_get_vport_pstats()
1686 HILO_64_REGPAIR(tstats.mftag_filter_discard); in __qed_get_vport_tstats()
1688 HILO_64_REGPAIR(tstats.eth_mac_filter_discard); in __qed_get_vport_tstats()
1690 HILO_64_REGPAIR(tstats.eth_gft_drop_pkt); in __qed_get_vport_tstats()
[all …]
Dqed_ll2.c2087 p_stats->gsi_invalid_hdr += HILO_64_REGPAIR(port_stats.gsi_invalid_hdr); in _qed_ll2_get_port_stats()
2089 HILO_64_REGPAIR(port_stats.gsi_invalid_pkt_length); in _qed_ll2_get_port_stats()
2091 HILO_64_REGPAIR(port_stats.gsi_unsupported_pkt_typ); in _qed_ll2_get_port_stats()
2093 HILO_64_REGPAIR(port_stats.gsi_crcchksm_error); in _qed_ll2_get_port_stats()
2111 HILO_64_REGPAIR(tstats.packet_too_big_discard); in _qed_ll2_get_tstats()
2112 p_stats->no_buff_discard += HILO_64_REGPAIR(tstats.no_buff_discard); in _qed_ll2_get_tstats()
2129 p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in _qed_ll2_get_ustats()
2130 p_stats->rcv_mcast_bytes += HILO_64_REGPAIR(ustats.rcv_mcast_bytes); in _qed_ll2_get_ustats()
2131 p_stats->rcv_bcast_bytes += HILO_64_REGPAIR(ustats.rcv_bcast_bytes); in _qed_ll2_get_ustats()
2132 p_stats->rcv_ucast_pkts += HILO_64_REGPAIR(ustats.rcv_ucast_pkts); in _qed_ll2_get_ustats()
[all …]
Dqed_fcoe.c677 p_stats->fcoe_rx_byte_cnt = HILO_64_REGPAIR(tstats.fcoe_rx_byte_cnt); in _qed_fcoe_get_tstats()
679 HILO_64_REGPAIR(tstats.fcoe_rx_data_pkt_cnt); in _qed_fcoe_get_tstats()
681 HILO_64_REGPAIR(tstats.fcoe_rx_xfer_pkt_cnt); in _qed_fcoe_get_tstats()
683 HILO_64_REGPAIR(tstats.fcoe_rx_other_pkt_cnt); in _qed_fcoe_get_tstats()
709 p_stats->fcoe_tx_byte_cnt = HILO_64_REGPAIR(pstats.fcoe_tx_byte_cnt); in _qed_fcoe_get_pstats()
711 HILO_64_REGPAIR(pstats.fcoe_tx_data_pkt_cnt); in _qed_fcoe_get_pstats()
713 HILO_64_REGPAIR(pstats.fcoe_tx_xfer_pkt_cnt); in _qed_fcoe_get_pstats()
715 HILO_64_REGPAIR(pstats.fcoe_tx_other_pkt_cnt); in _qed_fcoe_get_pstats()
/Linux-v5.4/include/linux/qed/
Dcommon_hsi.h54 #define HILO_64_REGPAIR(regpair) ({ \ macro
57 #define HILO_DMA_REGPAIR(regpair) ((dma_addr_t)HILO_64_REGPAIR(regpair))