Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.h236 struct lpfc_iocbq *cmdwqe,
239 struct lpfc_iocbq *cmdwqe, struct lpfc_wcqe_complete *wcqe);
250 struct lpfc_iocbq *cmdwqe,
253 struct lpfc_iocbq *cmdwqe, struct lpfc_iocbq *rspwqe);
H A Dlpfc_nvmet.c295 __lpfc_nvme_xmt_ls_rsp_cmp(struct lpfc_hba *phba, struct lpfc_iocbq *cmdwqe, in __lpfc_nvme_xmt_ls_rsp_cmp() argument
298 struct lpfc_async_xchg_ctx *axchg = cmdwqe->context_un.axchg; in __lpfc_nvme_xmt_ls_rsp_cmp()
320 lpfc_nlp_put(cmdwqe->ndlp); in __lpfc_nvme_xmt_ls_rsp_cmp()
321 cmdwqe->context_un.axchg = NULL; in __lpfc_nvme_xmt_ls_rsp_cmp()
322 cmdwqe->bpl_dmabuf = NULL; in __lpfc_nvme_xmt_ls_rsp_cmp()
323 lpfc_sli_release_iocbq(phba, cmdwqe); in __lpfc_nvme_xmt_ls_rsp_cmp()
343 lpfc_nvmet_xmt_ls_rsp_cmp(struct lpfc_hba *phba, struct lpfc_iocbq *cmdwqe, in lpfc_nvmet_xmt_ls_rsp_cmp() argument
370 __lpfc_nvme_xmt_ls_rsp_cmp(phba, cmdwqe, rspwqe); in lpfc_nvmet_xmt_ls_rsp_cmp()
719 lpfc_nvmet_xmt_fcp_op_cmp(struct lpfc_hba *phba, struct lpfc_iocbq *cmdwqe, in lpfc_nvmet_xmt_fcp_op_cmp() argument
731 ctxp = cmdwqe->context_un.axchg; in lpfc_nvmet_xmt_fcp_op_cmp()
[all …]
H A Dlpfc_sli.c11026 union lpfc_wqe128 *cmdwqe; in __lpfc_sli_prep_gen_req_s4() local
11030 cmdwqe = &cmdiocbq->wqe; in __lpfc_sli_prep_gen_req_s4()
11031 memset(cmdwqe, 0, sizeof(*cmdwqe)); in __lpfc_sli_prep_gen_req_s4()
11048 bde = (struct ulp_bde64_le *)&cmdwqe->generic.bde; in __lpfc_sli_prep_gen_req_s4()
11055 cmdwqe->gen_req.request_payload_len = xmit_len; in __lpfc_sli_prep_gen_req_s4()
11058 bf_set(wqe_type, &cmdwqe->gen_req.wge_ctl, FC_TYPE_CT); in __lpfc_sli_prep_gen_req_s4()
11059 bf_set(wqe_rctl, &cmdwqe->gen_req.wge_ctl, FC_RCTL_DD_UNSOL_CTL); in __lpfc_sli_prep_gen_req_s4()
11060 bf_set(wqe_si, &cmdwqe->gen_req.wge_ctl, 1); in __lpfc_sli_prep_gen_req_s4()
11061 bf_set(wqe_la, &cmdwqe->gen_req.wge_ctl, 1); in __lpfc_sli_prep_gen_req_s4()
11064 bf_set(wqe_ctxt_tag, &cmdwqe->gen_req.wqe_com, rpi); in __lpfc_sli_prep_gen_req_s4()
[all …]
H A Dlpfc_bsg.c3048 union lpfc_wqe128 *cmdwqe, *rspwqe; in lpfc_bsg_diag_loopback_run() local
3184 cmdwqe = &cmdiocbq->wqe; in lpfc_bsg_diag_loopback_run()
3185 memset(cmdwqe, 0, sizeof(*cmdwqe)); in lpfc_bsg_diag_loopback_run()