Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_iscsi.c945 HILO_64_REGPAIR(tstats.iscsi_rx_bytes_cnt); in _qed_iscsi_get_tstats()
947 HILO_64_REGPAIR(tstats.iscsi_rx_packet_cnt); in _qed_iscsi_get_tstats()
949 HILO_64_REGPAIR(tstats.iscsi_rx_new_ooo_isle_events_cnt); in _qed_iscsi_get_tstats()
971 HILO_64_REGPAIR(mstats.iscsi_rx_dropped_pdus_task_not_valid); in _qed_iscsi_get_mstats()
987 HILO_64_REGPAIR(ustats.iscsi_rx_data_pdu_cnt); in _qed_iscsi_get_ustats()
989 HILO_64_REGPAIR(ustats.iscsi_rx_r2t_pdu_cnt); in _qed_iscsi_get_ustats()
991 HILO_64_REGPAIR(ustats.iscsi_rx_total_pdu_cnt); in _qed_iscsi_get_ustats()
1007 HILO_64_REGPAIR(xstats.iscsi_tx_go_to_slow_start_event_cnt); in _qed_iscsi_get_xstats()
1009 HILO_64_REGPAIR(xstats.iscsi_tx_fast_retransmit_event_cnt); in _qed_iscsi_get_xstats()
1025 HILO_64_REGPAIR(ystats.iscsi_tx_data_pdu_cnt); in _qed_iscsi_get_ystats()
[all …]
Dqed_l2.c1640 HILO_64_REGPAIR(pstats.sent_ucast_bytes); in __qed_get_vport_pstats()
1642 HILO_64_REGPAIR(pstats.sent_mcast_bytes); in __qed_get_vport_pstats()
1644 HILO_64_REGPAIR(pstats.sent_bcast_bytes); in __qed_get_vport_pstats()
1646 HILO_64_REGPAIR(pstats.sent_ucast_pkts); in __qed_get_vport_pstats()
1648 HILO_64_REGPAIR(pstats.sent_mcast_pkts); in __qed_get_vport_pstats()
1650 HILO_64_REGPAIR(pstats.sent_bcast_pkts); in __qed_get_vport_pstats()
1652 HILO_64_REGPAIR(pstats.error_drop_pkts); in __qed_get_vport_pstats()
1679 HILO_64_REGPAIR(tstats.mftag_filter_discard); in __qed_get_vport_tstats()
1681 HILO_64_REGPAIR(tstats.eth_mac_filter_discard); in __qed_get_vport_tstats()
1683 HILO_64_REGPAIR(tstats.eth_gft_drop_pkt); in __qed_get_vport_tstats()
[all …]
Dqed_ll2.c2064 p_stats->gsi_invalid_hdr = HILO_64_REGPAIR(port_stats.gsi_invalid_hdr); in _qed_ll2_get_port_stats()
2066 HILO_64_REGPAIR(port_stats.gsi_invalid_pkt_length); in _qed_ll2_get_port_stats()
2068 HILO_64_REGPAIR(port_stats.gsi_unsupported_pkt_typ); in _qed_ll2_get_port_stats()
2070 HILO_64_REGPAIR(port_stats.gsi_crcchksm_error); in _qed_ll2_get_port_stats()
2088 HILO_64_REGPAIR(tstats.packet_too_big_discard); in _qed_ll2_get_tstats()
2089 p_stats->no_buff_discard = HILO_64_REGPAIR(tstats.no_buff_discard); in _qed_ll2_get_tstats()
2106 p_stats->rcv_ucast_bytes = HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in _qed_ll2_get_ustats()
2107 p_stats->rcv_mcast_bytes = HILO_64_REGPAIR(ustats.rcv_mcast_bytes); in _qed_ll2_get_ustats()
2108 p_stats->rcv_bcast_bytes = HILO_64_REGPAIR(ustats.rcv_bcast_bytes); in _qed_ll2_get_ustats()
2109 p_stats->rcv_ucast_pkts = HILO_64_REGPAIR(ustats.rcv_ucast_pkts); in _qed_ll2_get_ustats()
[all …]
Dqed_fcoe.c672 p_stats->fcoe_rx_byte_cnt = HILO_64_REGPAIR(tstats.fcoe_rx_byte_cnt); in _qed_fcoe_get_tstats()
674 HILO_64_REGPAIR(tstats.fcoe_rx_data_pkt_cnt); in _qed_fcoe_get_tstats()
676 HILO_64_REGPAIR(tstats.fcoe_rx_xfer_pkt_cnt); in _qed_fcoe_get_tstats()
678 HILO_64_REGPAIR(tstats.fcoe_rx_other_pkt_cnt); in _qed_fcoe_get_tstats()
704 p_stats->fcoe_tx_byte_cnt = HILO_64_REGPAIR(pstats.fcoe_tx_byte_cnt); in _qed_fcoe_get_pstats()
706 HILO_64_REGPAIR(pstats.fcoe_tx_data_pkt_cnt); in _qed_fcoe_get_pstats()
708 HILO_64_REGPAIR(pstats.fcoe_tx_xfer_pkt_cnt); in _qed_fcoe_get_pstats()
710 HILO_64_REGPAIR(pstats.fcoe_tx_other_pkt_cnt); in _qed_fcoe_get_pstats()
/Linux-v4.19/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))