Searched refs:HILO_64_REGPAIR (Results 1 – 5 of 5) sorted by relevance
896 HILO_64_REGPAIR(tstats.iscsi_rx_bytes_cnt); in _qed_iscsi_get_tstats()898 HILO_64_REGPAIR(tstats.iscsi_rx_packet_cnt); in _qed_iscsi_get_tstats()900 HILO_64_REGPAIR(tstats.iscsi_rx_new_ooo_isle_events_cnt); in _qed_iscsi_get_tstats()938 HILO_64_REGPAIR(ustats.iscsi_rx_data_pdu_cnt); in _qed_iscsi_get_ustats()940 HILO_64_REGPAIR(ustats.iscsi_rx_r2t_pdu_cnt); in _qed_iscsi_get_ustats()942 HILO_64_REGPAIR(ustats.iscsi_rx_total_pdu_cnt); in _qed_iscsi_get_ustats()976 HILO_64_REGPAIR(ystats.iscsi_tx_data_pdu_cnt); in _qed_iscsi_get_ystats()978 HILO_64_REGPAIR(ystats.iscsi_tx_r2t_pdu_cnt); in _qed_iscsi_get_ystats()980 HILO_64_REGPAIR(ystats.iscsi_tx_total_pdu_cnt); in _qed_iscsi_get_ystats()996 HILO_64_REGPAIR(pstats.iscsi_tx_bytes_cnt); in _qed_iscsi_get_pstats()[all …]
1628 HILO_64_REGPAIR(pstats.sent_ucast_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()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()1745 HILO_64_REGPAIR(mstats.no_buff_discard); in __qed_get_vport_mstats()[all …]
2246 HILO_64_REGPAIR(port_stats.gsi_invalid_pkt_length); in _qed_ll2_get_port_stats()2248 HILO_64_REGPAIR(port_stats.gsi_unsupported_pkt_typ); in _qed_ll2_get_port_stats()2250 HILO_64_REGPAIR(port_stats.gsi_crcchksm_error); in _qed_ll2_get_port_stats()2268 HILO_64_REGPAIR(tstats.packet_too_big_discard); in _qed_ll2_get_tstats()2269 p_stats->no_buff_discard += HILO_64_REGPAIR(tstats.no_buff_discard); in _qed_ll2_get_tstats()2286 p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in _qed_ll2_get_ustats()2287 p_stats->rcv_mcast_bytes += HILO_64_REGPAIR(ustats.rcv_mcast_bytes); in _qed_ll2_get_ustats()2288 p_stats->rcv_bcast_bytes += HILO_64_REGPAIR(ustats.rcv_bcast_bytes); in _qed_ll2_get_ustats()2289 p_stats->rcv_ucast_pkts += HILO_64_REGPAIR(ustats.rcv_ucast_pkts); in _qed_ll2_get_ustats()2290 p_stats->rcv_mcast_pkts += HILO_64_REGPAIR(ustats.rcv_mcast_pkts); in _qed_ll2_get_ustats()[all …]
654 p_stats->fcoe_rx_byte_cnt = HILO_64_REGPAIR(tstats.fcoe_rx_byte_cnt); in _qed_fcoe_get_tstats()656 HILO_64_REGPAIR(tstats.fcoe_rx_data_pkt_cnt); in _qed_fcoe_get_tstats()658 HILO_64_REGPAIR(tstats.fcoe_rx_xfer_pkt_cnt); in _qed_fcoe_get_tstats()660 HILO_64_REGPAIR(tstats.fcoe_rx_other_pkt_cnt); in _qed_fcoe_get_tstats()686 p_stats->fcoe_tx_byte_cnt = HILO_64_REGPAIR(pstats.fcoe_tx_byte_cnt); in _qed_fcoe_get_pstats()688 HILO_64_REGPAIR(pstats.fcoe_tx_data_pkt_cnt); in _qed_fcoe_get_pstats()690 HILO_64_REGPAIR(pstats.fcoe_tx_xfer_pkt_cnt); in _qed_fcoe_get_pstats()692 HILO_64_REGPAIR(pstats.fcoe_tx_other_pkt_cnt); in _qed_fcoe_get_pstats()
28 #define HILO_64_REGPAIR(regpair) ({ \ macro31 #define HILO_DMA_REGPAIR(regpair) ((dma_addr_t)HILO_64_REGPAIR(regpair))
Completed in 31 milliseconds