Home
last modified time | relevance | path

Searched refs:wcqe (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.c314 struct lpfc_wcqe_complete *wcqe) in __lpfc_nvme_ls_req_cmp() argument
325 status = bf_get(lpfc_wcqe_c_status, wcqe); in __lpfc_nvme_ls_req_cmp()
333 (wcqe->parameter & 0xffff), in __lpfc_nvme_ls_req_cmp()
338 cmdwqe->sli4_xritag, status, wcqe->parameter); in __lpfc_nvme_ls_req_cmp()
370 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; in lpfc_nvme_ls_req_cmp() local
372 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_nvme_ls_req_cmp()
379 if (bf_get(lpfc_wcqe_c_xb, wcqe)) in lpfc_nvme_ls_req_cmp()
386 __lpfc_nvme_ls_req_cmp(phba, vport, cmdwqe, wcqe); in lpfc_nvme_ls_req_cmp()
937 struct lpfc_wcqe_complete *wcqe = &pwqeOut->wcqe_cmpl; in lpfc_nvme_io_cmd_cmpl() local
978 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_nvme_io_cmd_cmpl()
[all …]
H A Dlpfc_nvmet.c299 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; in __lpfc_nvme_xmt_ls_rsp_cmp() local
303 status = bf_get(lpfc_wcqe_c_status, wcqe); in __lpfc_nvme_xmt_ls_rsp_cmp()
304 result = wcqe->parameter; in __lpfc_nvme_xmt_ls_rsp_cmp()
348 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; in lpfc_nvmet_xmt_ls_rsp_cmp() local
353 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_nvmet_xmt_ls_rsp_cmp()
354 result = wcqe->parameter; in lpfc_nvmet_xmt_ls_rsp_cmp()
362 if (bf_get(lpfc_wcqe_c_xb, wcqe)) in lpfc_nvmet_xmt_ls_rsp_cmp()
726 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; in lpfc_nvmet_xmt_fcp_op_cmp() local
737 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_nvmet_xmt_fcp_op_cmp()
738 result = wcqe->parameter; in lpfc_nvmet_xmt_fcp_op_cmp()
[all …]
H A Dlpfc_scsi.c415 * @axri: pointer to the fcp xri abort wcqe structure.
2868 struct lpfc_wcqe_complete *wcqe; in lpfc_parse_bg_err() local
2875 wcqe = &pIocbOut->wcqe_cmpl; in lpfc_parse_bg_err()
2876 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_parse_bg_err()
2880 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) in lpfc_parse_bg_err()
2884 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) in lpfc_parse_bg_err()
2888 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) in lpfc_parse_bg_err()
2894 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) { in lpfc_parse_bg_err()
2896 bghm = wcqe->total_data_placed; in lpfc_parse_bg_err()
4012 struct lpfc_wcqe_complete *wcqe in lpfc_fcp_io_cmd_wqe_cmpl() local
[all...]
H A Dlpfc_sli.c1784 struct lpfc_wcqe_complete *wcqe = &rspiocb->wcqe_cmpl; in lpfc_cmf_sync_cmpl() local
1792 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_cmf_sync_cmpl()
1798 bf_get(lpfc_wcqe_c_request_tag, wcqe), in lpfc_cmf_sync_cmpl()
1799 bf_get(lpfc_wcqe_c_status, wcqe), in lpfc_cmf_sync_cmpl()
1800 bf_get(lpfc_wcqe_c_hw_status, wcqe), in lpfc_cmf_sync_cmpl()
1801 wcqe->total_data_placed, in lpfc_cmf_sync_cmpl()
1802 wcqe->parameter); in lpfc_cmf_sync_cmpl()
1807 info = wcqe->parameter; in lpfc_cmf_sync_cmpl()
1816 tdp = bf_get(lpfc_wcqe_c_cmf_bw, wcqe); in lpfc_cmf_sync_cmpl()
1817 cg = bf_get(lpfc_wcqe_c_cmf_cg, wcqe); in lpfc_cmf_sync_cmpl()
14166 struct lpfc_wcqe_complete *wcqe; lpfc_sli4_els_preprocess_rspiocbq() local
14455 lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba * phba,struct lpfc_queue * cq,struct lpfc_wcqe_complete * wcqe) lpfc_sli4_sp_handle_els_wcqe() argument
14510 lpfc_sli4_sp_handle_rel_wcqe(struct lpfc_hba * phba,struct lpfc_wcqe_release * wcqe) lpfc_sli4_sp_handle_rel_wcqe() argument
14540 lpfc_sli4_sp_handle_abort_xri_wcqe(struct lpfc_hba * phba,struct lpfc_queue * cq,struct sli4_wcqe_xri_aborted * wcqe) lpfc_sli4_sp_handle_abort_xri_wcqe() argument
15020 lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba * phba,struct lpfc_queue * cq,struct lpfc_wcqe_complete * wcqe) lpfc_sli4_fp_handle_fcp_wcqe() argument
15100 lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba * phba,struct lpfc_queue * cq,struct lpfc_wcqe_release * wcqe) lpfc_sli4_fp_handle_rel_wcqe() argument
15280 struct lpfc_wcqe_release wcqe; lpfc_sli4_fp_handle_cqe() local
[all...]
H A Dlpfc_nvme.h239 struct lpfc_iocbq *cmdwqe, struct lpfc_wcqe_complete *wcqe);
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2578 struct sli4_fc_wcqe *wcqe = (void *)cqe; in sli_fc_cqe_parse() local
2581 *r_id = le16_to_cpu(wcqe->request_tag); in sli_fc_cqe_parse()
2582 rc = wcqe->status; in sli_fc_cqe_parse()
2587 wcqe->status, wcqe->hw_status, in sli_fc_cqe_parse()
2588 le16_to_cpu(wcqe->request_tag)); in sli_fc_cqe_parse()
2590 le32_to_cpu(wcqe->wqe_specific_1), in sli_fc_cqe_parse()
2591 le32_to_cpu(wcqe->wqe_specific_2), in sli_fc_cqe_parse()
2592 (wcqe->flags & SLI4_WCQE_XB)); in sli_fc_cqe_parse()
2688 struct sli4_fc_wcqe *wcqe = (void *)cqe; in sli_fc_response_length() local
2690 return le32_to_cpu(wcqe->wqe_specific_1); in sli_fc_response_length()
[all …]
/linux/drivers/scsi/elx/efct/
H A Defct_hw.c365 struct sli4_fc_wcqe *wcqe = (void *)cqe; in efct_hw_wq_process_io() local
370 if (io->xbusy && (wcqe->flags & SLI4_WCQE_XB) == 0) in efct_hw_wq_process_io()
412 wcqe->flags & SLI4_WCQE_XB) { in efct_hw_wq_process_io()