Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
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 …]
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 …]
Dlpfc_scsi.c2871 struct lpfc_wcqe_complete *wcqe; in lpfc_parse_bg_err() local
2878 wcqe = &pIocbOut->wcqe_cmpl; in lpfc_parse_bg_err()
2879 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_parse_bg_err()
2883 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) in lpfc_parse_bg_err()
2887 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) in lpfc_parse_bg_err()
2891 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) in lpfc_parse_bg_err()
2897 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) { in lpfc_parse_bg_err()
2899 bghm = wcqe->total_data_placed; in lpfc_parse_bg_err()
4006 struct lpfc_wcqe_complete *wcqe = &pwqeOut->wcqe_cmpl; in lpfc_fcp_io_cmd_wqe_cmpl() local
4050 lpfc_cmd->status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_fcp_io_cmd_wqe_cmpl()
[all …]
Dlpfc_sli.c1782 struct lpfc_wcqe_complete *wcqe = &rspiocb->wcqe_cmpl; in lpfc_cmf_sync_cmpl() local
1790 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_cmf_sync_cmpl()
1796 bf_get(lpfc_wcqe_c_request_tag, wcqe), in lpfc_cmf_sync_cmpl()
1797 bf_get(lpfc_wcqe_c_status, wcqe), in lpfc_cmf_sync_cmpl()
1798 bf_get(lpfc_wcqe_c_hw_status, wcqe), in lpfc_cmf_sync_cmpl()
1799 wcqe->total_data_placed, in lpfc_cmf_sync_cmpl()
1800 wcqe->parameter); in lpfc_cmf_sync_cmpl()
1805 info = wcqe->parameter; in lpfc_cmf_sync_cmpl()
1814 tdp = bf_get(lpfc_wcqe_c_cmf_bw, wcqe); in lpfc_cmf_sync_cmpl()
1815 cg = bf_get(lpfc_wcqe_c_cmf_cg, wcqe); in lpfc_cmf_sync_cmpl()
[all …]
Dlpfc_nvme.h239 struct lpfc_iocbq *cmdwqe, struct lpfc_wcqe_complete *wcqe);
/linux-6.6.21/drivers/scsi/elx/libefc_sli/
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-6.6.21/drivers/scsi/elx/efct/
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()