Lines Matching refs:wcqe

11472 			      struct lpfc_wcqe_complete *wcqe)  in lpfc_sli4_iocb_param_transfer()  argument
11484 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_sli4_iocb_param_transfer()
11490 wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
11492 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter; in lpfc_sli4_iocb_param_transfer()
11494 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter; in lpfc_sli4_iocb_param_transfer()
11517 max_response = wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
11520 if (max_response < wcqe->total_data_placed) in lpfc_sli4_iocb_param_transfer()
11524 wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
11531 if (bf_get(lpfc_wcqe_c_bg_edir, wcqe)) in lpfc_sli4_iocb_param_transfer()
11537 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) /* Guard Check failed */ in lpfc_sli4_iocb_param_transfer()
11540 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) /* App Tag Check failed */ in lpfc_sli4_iocb_param_transfer()
11543 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) /* Ref Tag Check failed */ in lpfc_sli4_iocb_param_transfer()
11548 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) { in lpfc_sli4_iocb_param_transfer()
11552 wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
11566 if (bf_get(lpfc_wcqe_c_xb, wcqe)) { in lpfc_sli4_iocb_param_transfer()
11590 struct lpfc_wcqe_complete *wcqe; in lpfc_sli4_els_wcqe_to_rspiocbq() local
11593 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl; in lpfc_sli4_els_wcqe_to_rspiocbq()
11598 bf_get(lpfc_wcqe_c_request_tag, wcqe)); in lpfc_sli4_els_wcqe_to_rspiocbq()
11605 bf_get(lpfc_wcqe_c_request_tag, wcqe)); in lpfc_sli4_els_wcqe_to_rspiocbq()
11611 lpfc_sli4_iocb_param_transfer(phba, irspiocbq, cmdiocbq, wcqe); in lpfc_sli4_els_wcqe_to_rspiocbq()
11810 struct lpfc_wcqe_complete *wcqe) in lpfc_sli4_sp_handle_els_wcqe() argument
11838 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_els_wcqe()
11858 struct lpfc_wcqe_release *wcqe) in lpfc_sli4_sp_handle_rel_wcqe() argument
11864 if (bf_get(lpfc_wcqe_r_wq_id, wcqe) == phba->sli4_hba.els_wq->queue_id) in lpfc_sli4_sp_handle_rel_wcqe()
11866 bf_get(lpfc_wcqe_r_wqe_index, wcqe)); in lpfc_sli4_sp_handle_rel_wcqe()
11871 bf_get(lpfc_wcqe_r_wqe_index, wcqe), in lpfc_sli4_sp_handle_rel_wcqe()
11888 struct sli4_wcqe_xri_aborted *wcqe) in lpfc_sli4_sp_handle_abort_xri_wcqe() argument
11903 memcpy(&cq_event->cqe, wcqe, sizeof(struct sli4_wcqe_xri_aborted)); in lpfc_sli4_sp_handle_abort_xri_wcqe()
12156 struct lpfc_wcqe_complete *wcqe) in lpfc_sli4_fp_handle_fcp_wcqe() argument
12164 if (unlikely(bf_get(lpfc_wcqe_c_status, wcqe))) { in lpfc_sli4_fp_handle_fcp_wcqe()
12168 if (((bf_get(lpfc_wcqe_c_status, wcqe) == in lpfc_sli4_fp_handle_fcp_wcqe()
12170 ((wcqe->parameter & IOERR_PARAM_MASK) == in lpfc_sli4_fp_handle_fcp_wcqe()
12179 bf_get(lpfc_wcqe_c_status, wcqe), in lpfc_sli4_fp_handle_fcp_wcqe()
12180 bf_get(lpfc_wcqe_c_hw_status, wcqe), in lpfc_sli4_fp_handle_fcp_wcqe()
12181 wcqe->total_data_placed, wcqe->parameter, in lpfc_sli4_fp_handle_fcp_wcqe()
12182 wcqe->word3); in lpfc_sli4_fp_handle_fcp_wcqe()
12189 bf_get(lpfc_wcqe_c_request_tag, wcqe)); in lpfc_sli4_fp_handle_fcp_wcqe()
12195 bf_get(lpfc_wcqe_c_request_tag, wcqe)); in lpfc_sli4_fp_handle_fcp_wcqe()
12202 bf_get(lpfc_wcqe_c_request_tag, wcqe)); in lpfc_sli4_fp_handle_fcp_wcqe()
12207 lpfc_sli4_iocb_param_transfer(phba, &irspiocbq, cmdiocbq, wcqe); in lpfc_sli4_fp_handle_fcp_wcqe()
12230 struct lpfc_wcqe_release *wcqe) in lpfc_sli4_fp_handle_rel_wcqe() argument
12237 fcp_wqid = bf_get(lpfc_wcqe_r_wq_id, wcqe); in lpfc_sli4_fp_handle_rel_wcqe()
12241 bf_get(lpfc_wcqe_r_wqe_index, wcqe)); in lpfc_sli4_fp_handle_rel_wcqe()
12265 struct lpfc_wcqe_release wcqe; in lpfc_sli4_fp_handle_wcqe() local
12269 lpfc_sli_pcimem_bcopy(cqe, &wcqe, sizeof(struct lpfc_cqe)); in lpfc_sli4_fp_handle_wcqe()
12272 switch (bf_get(lpfc_wcqe_c_code, &wcqe)) { in lpfc_sli4_fp_handle_wcqe()
12278 (struct lpfc_wcqe_complete *)&wcqe); in lpfc_sli4_fp_handle_wcqe()
12284 (struct lpfc_wcqe_release *)&wcqe); in lpfc_sli4_fp_handle_wcqe()
12291 (struct sli4_wcqe_xri_aborted *)&wcqe); in lpfc_sli4_fp_handle_wcqe()
12296 bf_get(lpfc_wcqe_c_code, &wcqe)); in lpfc_sli4_fp_handle_wcqe()