Lines Matching refs:mbox_rsp
3025 struct sli4_cmd_read_link_stats *mbox_rsp; in efct_hw_cb_link_stat() local
3031 mbox_rsp = (struct sli4_cmd_read_link_stats *)mqe; in efct_hw_cb_link_stat()
3032 mbox_rsp_flags = le32_to_cpu(mbox_rsp->dw1_flags); in efct_hw_cb_link_stat()
3042 le32_to_cpu(mbox_rsp->linkfail_errcnt); in efct_hw_cb_link_stat()
3044 le32_to_cpu(mbox_rsp->losssync_errcnt); in efct_hw_cb_link_stat()
3046 le32_to_cpu(mbox_rsp->losssignal_errcnt); in efct_hw_cb_link_stat()
3048 le32_to_cpu(mbox_rsp->primseq_errcnt); in efct_hw_cb_link_stat()
3050 le32_to_cpu(mbox_rsp->inval_txword_errcnt); in efct_hw_cb_link_stat()
3052 le32_to_cpu(mbox_rsp->crc_errcnt); in efct_hw_cb_link_stat()
3054 le32_to_cpu(mbox_rsp->primseq_eventtimeout_cnt); in efct_hw_cb_link_stat()
3056 le32_to_cpu(mbox_rsp->elastic_bufoverrun_errcnt); in efct_hw_cb_link_stat()
3058 le32_to_cpu(mbox_rsp->arbit_fc_al_timeout_cnt); in efct_hw_cb_link_stat()
3060 le32_to_cpu(mbox_rsp->adv_rx_buftor_to_buf_credit); in efct_hw_cb_link_stat()
3062 le32_to_cpu(mbox_rsp->curr_rx_buf_to_buf_credit); in efct_hw_cb_link_stat()
3064 le32_to_cpu(mbox_rsp->adv_tx_buf_to_buf_credit); in efct_hw_cb_link_stat()
3066 le32_to_cpu(mbox_rsp->curr_tx_buf_to_buf_credit); in efct_hw_cb_link_stat()
3068 le32_to_cpu(mbox_rsp->rx_eofa_cnt); in efct_hw_cb_link_stat()
3070 le32_to_cpu(mbox_rsp->rx_eofdti_cnt); in efct_hw_cb_link_stat()
3072 le32_to_cpu(mbox_rsp->rx_eofni_cnt); in efct_hw_cb_link_stat()
3074 le32_to_cpu(mbox_rsp->rx_soff_cnt); in efct_hw_cb_link_stat()
3076 le32_to_cpu(mbox_rsp->rx_dropped_no_aer_cnt); in efct_hw_cb_link_stat()
3078 le32_to_cpu(mbox_rsp->rx_dropped_no_avail_rpi_rescnt); in efct_hw_cb_link_stat()
3080 le32_to_cpu(mbox_rsp->rx_dropped_no_avail_xri_rescnt); in efct_hw_cb_link_stat()
3084 if (status == 0 && le16_to_cpu(mbox_rsp->hdr.status)) in efct_hw_cb_link_stat()
3085 status = le16_to_cpu(mbox_rsp->hdr.status); in efct_hw_cb_link_stat()
3129 struct sli4_cmd_read_status *mbox_rsp = in efct_hw_cb_host_stat() local
3139 le32_to_cpu(mbox_rsp->trans_kbyte_cnt); in efct_hw_cb_host_stat()
3141 le32_to_cpu(mbox_rsp->recv_kbyte_cnt); in efct_hw_cb_host_stat()
3143 le32_to_cpu(mbox_rsp->trans_frame_cnt); in efct_hw_cb_host_stat()
3145 le32_to_cpu(mbox_rsp->recv_frame_cnt); in efct_hw_cb_host_stat()
3147 le32_to_cpu(mbox_rsp->trans_seq_cnt); in efct_hw_cb_host_stat()
3149 le32_to_cpu(mbox_rsp->recv_seq_cnt); in efct_hw_cb_host_stat()
3151 le32_to_cpu(mbox_rsp->tot_exchanges_orig); in efct_hw_cb_host_stat()
3153 le32_to_cpu(mbox_rsp->tot_exchanges_resp); in efct_hw_cb_host_stat()
3155 le32_to_cpu(mbox_rsp->recv_p_bsy_cnt); in efct_hw_cb_host_stat()
3157 le32_to_cpu(mbox_rsp->recv_f_bsy_cnt); in efct_hw_cb_host_stat()
3159 le32_to_cpu(mbox_rsp->no_rq_buf_dropped_frames_cnt); in efct_hw_cb_host_stat()
3161 le32_to_cpu(mbox_rsp->empty_rq_timeout_cnt); in efct_hw_cb_host_stat()
3163 le32_to_cpu(mbox_rsp->no_xri_dropped_frames_cnt); in efct_hw_cb_host_stat()
3165 le32_to_cpu(mbox_rsp->empty_xri_pool_cnt); in efct_hw_cb_host_stat()
3169 if (status == 0 && le16_to_cpu(mbox_rsp->hdr.status)) in efct_hw_cb_host_stat()
3170 status = le16_to_cpu(mbox_rsp->hdr.status); in efct_hw_cb_host_stat()
3268 struct sli4_cmd_sli_config *mbox_rsp = in efct_hw_cb_fw_write() local
3277 &mbox_rsp->payload.embed; in efct_hw_cb_fw_write()
3279 mbox_status = le16_to_cpu(mbox_rsp->hdr.status); in efct_hw_cb_fw_write()