Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_nvme.c315 struct lpfc_wcqe_complete *wcqe) in __lpfc_nvme_ls_req_cmp() argument
326 status = bf_get(lpfc_wcqe_c_status, wcqe) & LPFC_IOCB_STATUS_MASK; in __lpfc_nvme_ls_req_cmp()
334 (wcqe->parameter & 0xffff), in __lpfc_nvme_ls_req_cmp()
339 cmdwqe->sli4_xritag, status, wcqe->parameter); in __lpfc_nvme_ls_req_cmp()
368 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; in lpfc_nvme_ls_req_cmp() local
370 status = bf_get(lpfc_wcqe_c_status, wcqe) & LPFC_IOCB_STATUS_MASK; in lpfc_nvme_ls_req_cmp()
377 if (bf_get(lpfc_wcqe_c_xb, wcqe)) in lpfc_nvme_ls_req_cmp()
384 __lpfc_nvme_ls_req_cmp(phba, vport, cmdwqe, wcqe); in lpfc_nvme_ls_req_cmp()
935 struct lpfc_wcqe_complete *wcqe = &pwqeOut->wcqe_cmpl; in lpfc_nvme_io_cmd_cmpl() local
976 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) & LPFC_IOCB_STATUS_MASK; 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) & LPFC_IOCB_STATUS_MASK; 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.c2887 struct lpfc_wcqe_complete *wcqe; in lpfc_parse_bg_err() local
2894 wcqe = &pIocbOut->wcqe_cmpl; in lpfc_parse_bg_err()
2895 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_parse_bg_err()
2899 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) in lpfc_parse_bg_err()
2903 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) in lpfc_parse_bg_err()
2907 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) in lpfc_parse_bg_err()
2913 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) { in lpfc_parse_bg_err()
2915 bghm = wcqe->total_data_placed; in lpfc_parse_bg_err()
4022 struct lpfc_wcqe_complete *wcqe = &pwqeOut->wcqe_cmpl; in lpfc_fcp_io_cmd_wqe_cmpl() local
4066 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_fcp_io_cmd_wqe_cmpl()
[all …]
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()
[all …]
Dlpfc_nvme.h239 struct lpfc_iocbq *cmdwqe, struct lpfc_wcqe_complete *wcqe);
/linux-6.1.9/drivers/scsi/elx/libefc_sli/
Dsli4.c2582 struct sli4_fc_wcqe *wcqe = (void *)cqe; in sli_fc_cqe_parse() local
2585 *r_id = le16_to_cpu(wcqe->request_tag); in sli_fc_cqe_parse()
2586 rc = wcqe->status; in sli_fc_cqe_parse()
2591 wcqe->status, wcqe->hw_status, in sli_fc_cqe_parse()
2592 le16_to_cpu(wcqe->request_tag)); in sli_fc_cqe_parse()
2594 le32_to_cpu(wcqe->wqe_specific_1), in sli_fc_cqe_parse()
2595 le32_to_cpu(wcqe->wqe_specific_2), in sli_fc_cqe_parse()
2596 (wcqe->flags & SLI4_WCQE_XB)); in sli_fc_cqe_parse()
2692 struct sli4_fc_wcqe *wcqe = (void *)cqe; in sli_fc_response_length() local
2694 return le32_to_cpu(wcqe->wqe_specific_1); in sli_fc_response_length()
[all …]
/linux-6.1.9/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()