Lines Matching refs:wcqe

12854 			      struct lpfc_wcqe_complete *wcqe)  in lpfc_sli4_iocb_param_transfer()  argument
12866 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_sli4_iocb_param_transfer()
12872 wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
12874 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter; in lpfc_sli4_iocb_param_transfer()
12876 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter; in lpfc_sli4_iocb_param_transfer()
12899 max_response = wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
12902 if (max_response < wcqe->total_data_placed) in lpfc_sli4_iocb_param_transfer()
12906 wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
12913 if (bf_get(lpfc_wcqe_c_bg_edir, wcqe)) in lpfc_sli4_iocb_param_transfer()
12919 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) /* Guard Check failed */ in lpfc_sli4_iocb_param_transfer()
12922 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) /* App Tag Check failed */ in lpfc_sli4_iocb_param_transfer()
12925 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) /* Ref Tag Check failed */ in lpfc_sli4_iocb_param_transfer()
12930 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) { in lpfc_sli4_iocb_param_transfer()
12934 wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
12948 if (bf_get(lpfc_wcqe_c_xb, wcqe)) { in lpfc_sli4_iocb_param_transfer()
12972 struct lpfc_wcqe_complete *wcqe; in lpfc_sli4_els_wcqe_to_rspiocbq() local
12979 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl; in lpfc_sli4_els_wcqe_to_rspiocbq()
12983 bf_get(lpfc_wcqe_c_request_tag, wcqe)); in lpfc_sli4_els_wcqe_to_rspiocbq()
12988 wcqe->word0, wcqe->total_data_placed, in lpfc_sli4_els_wcqe_to_rspiocbq()
12989 wcqe->parameter, wcqe->word3); in lpfc_sli4_els_wcqe_to_rspiocbq()
13000 lpfc_sli4_iocb_param_transfer(phba, irspiocbq, cmdiocbq, wcqe); in lpfc_sli4_els_wcqe_to_rspiocbq()
13213 struct lpfc_wcqe_complete *wcqe) in lpfc_sli4_sp_handle_els_wcqe() argument
13223 if (unlikely(bf_get(lpfc_wcqe_c_status, wcqe))) { in lpfc_sli4_sp_handle_els_wcqe()
13228 bf_get(lpfc_wcqe_c_status, wcqe), in lpfc_sli4_sp_handle_els_wcqe()
13229 wcqe->word0, wcqe->total_data_placed, in lpfc_sli4_sp_handle_els_wcqe()
13230 wcqe->parameter, wcqe->word3); in lpfc_sli4_sp_handle_els_wcqe()
13250 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_els_wcqe()
13270 struct lpfc_wcqe_release *wcqe) in lpfc_sli4_sp_handle_rel_wcqe() argument
13276 if (bf_get(lpfc_wcqe_r_wq_id, wcqe) == phba->sli4_hba.els_wq->queue_id) in lpfc_sli4_sp_handle_rel_wcqe()
13278 bf_get(lpfc_wcqe_r_wqe_index, wcqe)); in lpfc_sli4_sp_handle_rel_wcqe()
13283 bf_get(lpfc_wcqe_r_wqe_index, wcqe), in lpfc_sli4_sp_handle_rel_wcqe()
13300 struct sli4_wcqe_xri_aborted *wcqe) in lpfc_sli4_sp_handle_abort_xri_wcqe() argument
13308 lpfc_sli4_io_xri_aborted(phba, wcqe, cq->hdwq); in lpfc_sli4_sp_handle_abort_xri_wcqe()
13312 lpfc_sli4_nvmet_xri_aborted(phba, wcqe); in lpfc_sli4_sp_handle_abort_xri_wcqe()
13319 phba, wcqe, sizeof(struct sli4_wcqe_xri_aborted)); in lpfc_sli4_sp_handle_abort_xri_wcqe()
13335 cq->subtype, wcqe->word0, wcqe->parameter, in lpfc_sli4_sp_handle_abort_xri_wcqe()
13336 wcqe->word2, wcqe->word3); in lpfc_sli4_sp_handle_abort_xri_wcqe()
13729 struct lpfc_wcqe_complete *wcqe) in lpfc_sli4_fp_handle_fcp_wcqe() argument
13737 if (unlikely(bf_get(lpfc_wcqe_c_status, wcqe))) { in lpfc_sli4_fp_handle_fcp_wcqe()
13741 if (((bf_get(lpfc_wcqe_c_status, wcqe) == in lpfc_sli4_fp_handle_fcp_wcqe()
13743 ((wcqe->parameter & IOERR_PARAM_MASK) == in lpfc_sli4_fp_handle_fcp_wcqe()
13751 bf_get(lpfc_wcqe_c_status, wcqe), in lpfc_sli4_fp_handle_fcp_wcqe()
13752 wcqe->word0, wcqe->total_data_placed, in lpfc_sli4_fp_handle_fcp_wcqe()
13753 wcqe->parameter, wcqe->word3); in lpfc_sli4_fp_handle_fcp_wcqe()
13761 bf_get(lpfc_wcqe_c_request_tag, wcqe)); in lpfc_sli4_fp_handle_fcp_wcqe()
13766 bf_get(lpfc_wcqe_c_request_tag, wcqe)); in lpfc_sli4_fp_handle_fcp_wcqe()
13781 (cmdiocbq->wqe_cmpl)(phba, cmdiocbq, wcqe); in lpfc_sli4_fp_handle_fcp_wcqe()
13787 bf_get(lpfc_wcqe_c_request_tag, wcqe)); in lpfc_sli4_fp_handle_fcp_wcqe()
13792 lpfc_sli4_iocb_param_transfer(phba, &irspiocbq, cmdiocbq, wcqe); in lpfc_sli4_fp_handle_fcp_wcqe()
13815 struct lpfc_wcqe_release *wcqe) in lpfc_sli4_fp_handle_rel_wcqe() argument
13822 hba_wqid = bf_get(lpfc_wcqe_r_wq_id, wcqe); in lpfc_sli4_fp_handle_rel_wcqe()
13826 bf_get(lpfc_wcqe_r_wqe_index, wcqe)); in lpfc_sli4_fp_handle_rel_wcqe()
13962 struct lpfc_wcqe_release wcqe; in lpfc_sli4_fp_handle_cqe() local
13966 lpfc_sli4_pcimem_bcopy(cqe, &wcqe, sizeof(struct lpfc_cqe)); in lpfc_sli4_fp_handle_cqe()
13969 switch (bf_get(lpfc_wcqe_c_code, &wcqe)) { in lpfc_sli4_fp_handle_cqe()
13977 (struct lpfc_wcqe_complete *)&wcqe); in lpfc_sli4_fp_handle_cqe()
13983 (struct lpfc_wcqe_release *)&wcqe); in lpfc_sli4_fp_handle_cqe()
13990 (struct sli4_wcqe_xri_aborted *)&wcqe); in lpfc_sli4_fp_handle_cqe()
13997 phba, cq, (struct lpfc_rcqe *)&wcqe); in lpfc_sli4_fp_handle_cqe()
14003 bf_get(lpfc_wcqe_c_code, &wcqe)); in lpfc_sli4_fp_handle_cqe()