Lines Matching refs:p_stats
644 struct qed_fcoe_stats *p_stats) in _qed_fcoe_get_tstats() argument
654 p_stats->fcoe_rx_byte_cnt = HILO_64_REGPAIR(tstats.fcoe_rx_byte_cnt); in _qed_fcoe_get_tstats()
655 p_stats->fcoe_rx_data_pkt_cnt = in _qed_fcoe_get_tstats()
657 p_stats->fcoe_rx_xfer_pkt_cnt = in _qed_fcoe_get_tstats()
659 p_stats->fcoe_rx_other_pkt_cnt = in _qed_fcoe_get_tstats()
662 p_stats->fcoe_silent_drop_pkt_cmdq_full_cnt = in _qed_fcoe_get_tstats()
664 p_stats->fcoe_silent_drop_pkt_rq_full_cnt = in _qed_fcoe_get_tstats()
666 p_stats->fcoe_silent_drop_pkt_crc_error_cnt = in _qed_fcoe_get_tstats()
668 p_stats->fcoe_silent_drop_pkt_task_invalid_cnt = in _qed_fcoe_get_tstats()
670 p_stats->fcoe_silent_drop_total_pkt_cnt = in _qed_fcoe_get_tstats()
676 struct qed_fcoe_stats *p_stats) in _qed_fcoe_get_pstats() argument
686 p_stats->fcoe_tx_byte_cnt = HILO_64_REGPAIR(pstats.fcoe_tx_byte_cnt); in _qed_fcoe_get_pstats()
687 p_stats->fcoe_tx_data_pkt_cnt = in _qed_fcoe_get_pstats()
689 p_stats->fcoe_tx_xfer_pkt_cnt = in _qed_fcoe_get_pstats()
691 p_stats->fcoe_tx_other_pkt_cnt = in _qed_fcoe_get_pstats()
696 struct qed_fcoe_stats *p_stats) in qed_fcoe_get_stats() argument
700 memset(p_stats, 0, sizeof(*p_stats)); in qed_fcoe_get_stats()
709 _qed_fcoe_get_tstats(p_hwfn, p_ptt, p_stats); in qed_fcoe_get_stats()
710 _qed_fcoe_get_pstats(p_hwfn, p_ptt, p_stats); in qed_fcoe_get_stats()