Lines Matching refs:mbox_rsp
3026 struct sli4_cmd_read_link_stats *mbox_rsp; in efct_hw_cb_link_stat() local
3032 mbox_rsp = (struct sli4_cmd_read_link_stats *)mqe; in efct_hw_cb_link_stat()
3033 mbox_rsp_flags = le32_to_cpu(mbox_rsp->dw1_flags); in efct_hw_cb_link_stat()
3043 le32_to_cpu(mbox_rsp->linkfail_errcnt); in efct_hw_cb_link_stat()
3045 le32_to_cpu(mbox_rsp->losssync_errcnt); in efct_hw_cb_link_stat()
3047 le32_to_cpu(mbox_rsp->losssignal_errcnt); in efct_hw_cb_link_stat()
3049 le32_to_cpu(mbox_rsp->primseq_errcnt); in efct_hw_cb_link_stat()
3051 le32_to_cpu(mbox_rsp->inval_txword_errcnt); in efct_hw_cb_link_stat()
3053 le32_to_cpu(mbox_rsp->crc_errcnt); in efct_hw_cb_link_stat()
3055 le32_to_cpu(mbox_rsp->primseq_eventtimeout_cnt); in efct_hw_cb_link_stat()
3057 le32_to_cpu(mbox_rsp->elastic_bufoverrun_errcnt); in efct_hw_cb_link_stat()
3059 le32_to_cpu(mbox_rsp->arbit_fc_al_timeout_cnt); in efct_hw_cb_link_stat()
3061 le32_to_cpu(mbox_rsp->adv_rx_buftor_to_buf_credit); in efct_hw_cb_link_stat()
3063 le32_to_cpu(mbox_rsp->curr_rx_buf_to_buf_credit); in efct_hw_cb_link_stat()
3065 le32_to_cpu(mbox_rsp->adv_tx_buf_to_buf_credit); in efct_hw_cb_link_stat()
3067 le32_to_cpu(mbox_rsp->curr_tx_buf_to_buf_credit); in efct_hw_cb_link_stat()
3069 le32_to_cpu(mbox_rsp->rx_eofa_cnt); in efct_hw_cb_link_stat()
3071 le32_to_cpu(mbox_rsp->rx_eofdti_cnt); in efct_hw_cb_link_stat()
3073 le32_to_cpu(mbox_rsp->rx_eofni_cnt); in efct_hw_cb_link_stat()
3075 le32_to_cpu(mbox_rsp->rx_soff_cnt); in efct_hw_cb_link_stat()
3077 le32_to_cpu(mbox_rsp->rx_dropped_no_aer_cnt); in efct_hw_cb_link_stat()
3079 le32_to_cpu(mbox_rsp->rx_dropped_no_avail_rpi_rescnt); in efct_hw_cb_link_stat()
3081 le32_to_cpu(mbox_rsp->rx_dropped_no_avail_xri_rescnt); in efct_hw_cb_link_stat()
3085 if (status == 0 && le16_to_cpu(mbox_rsp->hdr.status)) in efct_hw_cb_link_stat()
3086 status = le16_to_cpu(mbox_rsp->hdr.status); in efct_hw_cb_link_stat()
3130 struct sli4_cmd_read_status *mbox_rsp = in efct_hw_cb_host_stat() local
3140 le32_to_cpu(mbox_rsp->trans_kbyte_cnt); in efct_hw_cb_host_stat()
3142 le32_to_cpu(mbox_rsp->recv_kbyte_cnt); in efct_hw_cb_host_stat()
3144 le32_to_cpu(mbox_rsp->trans_frame_cnt); in efct_hw_cb_host_stat()
3146 le32_to_cpu(mbox_rsp->recv_frame_cnt); in efct_hw_cb_host_stat()
3148 le32_to_cpu(mbox_rsp->trans_seq_cnt); in efct_hw_cb_host_stat()
3150 le32_to_cpu(mbox_rsp->recv_seq_cnt); in efct_hw_cb_host_stat()
3152 le32_to_cpu(mbox_rsp->tot_exchanges_orig); in efct_hw_cb_host_stat()
3154 le32_to_cpu(mbox_rsp->tot_exchanges_resp); in efct_hw_cb_host_stat()
3156 le32_to_cpu(mbox_rsp->recv_p_bsy_cnt); in efct_hw_cb_host_stat()
3158 le32_to_cpu(mbox_rsp->recv_f_bsy_cnt); in efct_hw_cb_host_stat()
3160 le32_to_cpu(mbox_rsp->no_rq_buf_dropped_frames_cnt); in efct_hw_cb_host_stat()
3162 le32_to_cpu(mbox_rsp->empty_rq_timeout_cnt); in efct_hw_cb_host_stat()
3164 le32_to_cpu(mbox_rsp->no_xri_dropped_frames_cnt); in efct_hw_cb_host_stat()
3166 le32_to_cpu(mbox_rsp->empty_xri_pool_cnt); in efct_hw_cb_host_stat()
3170 if (status == 0 && le16_to_cpu(mbox_rsp->hdr.status)) in efct_hw_cb_host_stat()
3171 status = le16_to_cpu(mbox_rsp->hdr.status); in efct_hw_cb_host_stat()
3269 struct sli4_cmd_sli_config *mbox_rsp = in efct_hw_cb_fw_write() local
3278 &mbox_rsp->payload.embed; in efct_hw_cb_fw_write()
3280 mbox_status = le16_to_cpu(mbox_rsp->hdr.status); in efct_hw_cb_fw_write()