Searched refs:axchg (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c298 struct lpfc_async_xchg_ctx *axchg = cmdwqe->context_un.axchg; local
300 struct nvmefc_ls_rsp *ls_rsp = &axchg->ls_rsp;
306 if (axchg->state != LPFC_NVME_STE_LS_RSP || axchg->entry_cnt != 2) {
310 axchg->oxid, axchg->state, axchg->entry_cnt);
314 axchg->oxid, status, result);
318 status, result, axchg
862 __lpfc_nvme_xmt_ls_rsp(struct lpfc_async_xchg_ctx *axchg, struct nvmefc_ls_rsp *ls_rsp, void (*xmt_ls_rsp_cmp)(struct lpfc_hba *phba, struct lpfc_iocbq *cmdwqe, struct lpfc_iocbq *rspwqe)) argument
982 struct lpfc_async_xchg_ctx *axchg = local
2144 lpfc_nvmet_handle_lsreq(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *axchg) argument
[all...]
H A Dlpfc_nvme.c243 * @axchg: pointer to exchange context for the NVME LS request
251 * __lpfc_nvme_xmt_ls_rsp_cmp should free the allocated axchg.
258 struct lpfc_async_xchg_ctx *axchg)
265 uint32_t *payload = axchg->payload;
268 vport = axchg->ndlp->vport;
269 lpfc_rport = axchg->ndlp->nrport;
282 rc = nvme_fc_rcv_ls_req(remoteport, &axchg->ls_rsp, axchg->payload,
283 axchg->size);
288 axchg
257 lpfc_nvme_handle_lsreq(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *axchg) argument
763 struct lpfc_async_xchg_ctx *axchg = local
[all...]
H A Dlpfc_nvme.h247 int __lpfc_nvme_xmt_ls_rsp(struct lpfc_async_xchg_ctx *axchg,
H A Dlpfc_sli.h138 struct lpfc_async_xchg_ctx *axchg; member in union:lpfc_iocbq::__anon109
H A Dlpfc_crtn.h631 struct lpfc_async_xchg_ctx *axchg);
633 struct lpfc_async_xchg_ctx *axchg);
H A Dlpfc_sli.c3218 struct lpfc_async_xchg_ctx *axchg = NULL; local
3252 axchg = kzalloc(sizeof(*axchg), GFP_ATOMIC);
3253 if (!axchg)
3276 axchg->phba = phba;
3277 axchg->ndlp = ndlp;
3278 axchg->size = size;
3279 axchg->oxid = oxid;
3280 axchg->sid = sid;
3281 axchg
[all...]

Completed in 155 milliseconds