Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_nvme.h240 struct lpfc_wcqe_complete *wcqe));
242 struct lpfc_iocbq *cmdwqe, struct lpfc_wcqe_complete *wcqe);
254 struct lpfc_wcqe_complete *wcqe));
256 struct lpfc_iocbq *cmdwqe, struct lpfc_wcqe_complete *wcqe);
Dlpfc_nvme.c471 struct lpfc_wcqe_complete *wcqe) in __lpfc_nvme_ls_req_cmp() argument
480 status = bf_get(lpfc_wcqe_c_status, wcqe) & LPFC_IOCB_STATUS_MASK; in __lpfc_nvme_ls_req_cmp()
488 (wcqe->parameter & 0xffff), in __lpfc_nvme_ls_req_cmp()
492 cmdwqe->sli4_xritag, status, wcqe->parameter); in __lpfc_nvme_ls_req_cmp()
517 struct lpfc_wcqe_complete *wcqe) in lpfc_nvme_ls_req_cmp() argument
523 status = bf_get(lpfc_wcqe_c_status, wcqe) & LPFC_IOCB_STATUS_MASK; in lpfc_nvme_ls_req_cmp()
530 if (bf_get(lpfc_wcqe_c_xb, wcqe)) in lpfc_nvme_ls_req_cmp()
537 __lpfc_nvme_ls_req_cmp(phba, vport, cmdwqe, wcqe); in lpfc_nvme_ls_req_cmp()
691 struct lpfc_wcqe_complete *wcqe)) in __lpfc_nvme_ls_req() argument
1074 struct lpfc_wcqe_complete *wcqe) in lpfc_nvme_io_cmd_wqe_cmpl() argument
[all …]
Dlpfc_nvmet.c296 struct lpfc_wcqe_complete *wcqe) in __lpfc_nvme_xmt_ls_rsp_cmp() argument
302 status = bf_get(lpfc_wcqe_c_status, wcqe) & LPFC_IOCB_STATUS_MASK; in __lpfc_nvme_xmt_ls_rsp_cmp()
303 result = wcqe->parameter; in __lpfc_nvme_xmt_ls_rsp_cmp()
343 struct lpfc_wcqe_complete *wcqe) in lpfc_nvmet_xmt_ls_rsp_cmp() argument
351 status = bf_get(lpfc_wcqe_c_status, wcqe) & LPFC_IOCB_STATUS_MASK; in lpfc_nvmet_xmt_ls_rsp_cmp()
352 result = wcqe->parameter; in lpfc_nvmet_xmt_ls_rsp_cmp()
360 if (bf_get(lpfc_wcqe_c_xb, wcqe)) in lpfc_nvmet_xmt_ls_rsp_cmp()
368 __lpfc_nvme_xmt_ls_rsp_cmp(phba, cmdwqe, wcqe); in lpfc_nvmet_xmt_ls_rsp_cmp()
719 struct lpfc_wcqe_complete *wcqe) in lpfc_nvmet_xmt_fcp_op_cmp() argument
735 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_nvmet_xmt_fcp_op_cmp()
[all …]
Dlpfc_sli.c13099 struct lpfc_wcqe_complete *wcqe) in lpfc_sli4_iocb_param_transfer() argument
13111 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_sli4_iocb_param_transfer()
13117 wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
13119 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter; in lpfc_sli4_iocb_param_transfer()
13121 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter; in lpfc_sli4_iocb_param_transfer()
13144 max_response = wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
13147 if (max_response < wcqe->total_data_placed) in lpfc_sli4_iocb_param_transfer()
13151 wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
13158 if (bf_get(lpfc_wcqe_c_bg_edir, wcqe)) in lpfc_sli4_iocb_param_transfer()
13164 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) /* Guard Check failed */ in lpfc_sli4_iocb_param_transfer()
[all …]