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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.c896 HILO_64_REGPAIR(tstats.iscsi_rx_bytes_cnt);
898 HILO_64_REGPAIR(tstats.iscsi_rx_packet_cnt);
900 HILO_64_REGPAIR(tstats.iscsi_rx_new_ooo_isle_events_cnt);
922 HILO_64_REGPAIR(mstats.iscsi_rx_dropped_pdus_task_not_valid);
938 HILO_64_REGPAIR(ustats.iscsi_rx_data_pdu_cnt);
940 HILO_64_REGPAIR(ustats.iscsi_rx_r2t_pdu_cnt);
942 HILO_64_REGPAIR(ustats.iscsi_rx_total_pdu_cnt);
958 HILO_64_REGPAIR(xstats.iscsi_tx_go_to_slow_start_event_cnt);
960 HILO_64_REGPAIR(xstats.iscsi_tx_fast_retransmit_event_cnt);
976 HILO_64_REGPAIR(ystat
[all...]
H A Dqed_ll2.c2246 p_stats->gsi_invalid_hdr += HILO_64_REGPAIR(port_stats.gsi_invalid_hdr);
2248 HILO_64_REGPAIR(port_stats.gsi_invalid_pkt_length);
2250 HILO_64_REGPAIR(port_stats.gsi_unsupported_pkt_typ);
2252 HILO_64_REGPAIR(port_stats.gsi_crcchksm_error);
2270 HILO_64_REGPAIR(tstats.packet_too_big_discard);
2271 p_stats->no_buff_discard += HILO_64_REGPAIR(tstats.no_buff_discard);
2288 p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes);
2289 p_stats->rcv_mcast_bytes += HILO_64_REGPAIR(ustats.rcv_mcast_bytes);
2290 p_stats->rcv_bcast_bytes += HILO_64_REGPAIR(ustats.rcv_bcast_bytes);
2291 p_stats->rcv_ucast_pkts += HILO_64_REGPAIR(ustat
[all...]
H A Dqed_fcoe.c654 p_stats->fcoe_rx_byte_cnt = HILO_64_REGPAIR(tstats.fcoe_rx_byte_cnt);
656 HILO_64_REGPAIR(tstats.fcoe_rx_data_pkt_cnt);
658 HILO_64_REGPAIR(tstats.fcoe_rx_xfer_pkt_cnt);
660 HILO_64_REGPAIR(tstats.fcoe_rx_other_pkt_cnt);
686 p_stats->fcoe_tx_byte_cnt = HILO_64_REGPAIR(pstats.fcoe_tx_byte_cnt);
688 HILO_64_REGPAIR(pstats.fcoe_tx_data_pkt_cnt);
690 HILO_64_REGPAIR(pstats.fcoe_tx_xfer_pkt_cnt);
692 HILO_64_REGPAIR(pstats.fcoe_tx_other_pkt_cnt);
H A Dqed_l2.c1628 HILO_64_REGPAIR(pstats.sent_ucast_bytes);
1630 HILO_64_REGPAIR(pstats.sent_mcast_bytes);
1632 HILO_64_REGPAIR(pstats.sent_bcast_bytes);
1634 HILO_64_REGPAIR(pstats.sent_ucast_pkts);
1636 HILO_64_REGPAIR(pstats.sent_mcast_pkts);
1638 HILO_64_REGPAIR(pstats.sent_bcast_pkts);
1640 HILO_64_REGPAIR(pstats.error_drop_pkts);
1666 HILO_64_REGPAIR(tstats.mftag_filter_discard);
1668 HILO_64_REGPAIR(tstats.eth_mac_filter_discard);
1670 HILO_64_REGPAIR(tstat
[all...]
/linux-master/include/linux/qed/
H A Dcommon_hsi.h28 #define HILO_64_REGPAIR(regpair) ({ \ macro
31 #define HILO_DMA_REGPAIR(regpair) ((dma_addr_t)HILO_64_REGPAIR(regpair))

Completed in 271 milliseconds