Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A 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);
H A 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
1077 struct lpfc_wcqe_complete *wcqe) in lpfc_nvme_io_cmd_wqe_cmpl() argument
[all …]
H A 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 …]
H A Dlpfc_sli.c13151 struct lpfc_wcqe_complete *wcqe) in lpfc_sli4_iocb_param_transfer() argument
13163 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_sli4_iocb_param_transfer()
13169 wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
13171 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter; in lpfc_sli4_iocb_param_transfer()
13173 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter; in lpfc_sli4_iocb_param_transfer()
13196 max_response = wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
13199 if (max_response < wcqe->total_data_placed) in lpfc_sli4_iocb_param_transfer()
13203 wcqe->total_data_placed; in lpfc_sli4_iocb_param_transfer()
13210 if (bf_get(lpfc_wcqe_c_bg_edir, wcqe)) in lpfc_sli4_iocb_param_transfer()
13216 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) /* Guard Check failed */ in lpfc_sli4_iocb_param_transfer()
[all …]