Searched refs:lsrsp (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/nvme/host/
H A Dfc.c72 struct nvmefc_ls_rsp *lsrsp; member in struct:nvmefc_ls_rcv_op
1455 nvme_fc_xmt_ls_rsp_done(struct nvmefc_ls_rsp *lsrsp) argument
1457 struct nvmefc_ls_rcv_op *lsop = lsrsp->nvme_fc_private;
1490 lsop->lsrsp);
1495 nvme_fc_xmt_ls_rsp_done(lsop->lsrsp);
1537 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf,
1578 lsop->lsrsp->rsplen = nvme_fc_format_rjt(acc,
1589 lsop->lsrsp->rsplen = sizeof(*acc);
1622 lsop->lsrsp->nvme_fc_private = lsop;
1623 lsop->lsrsp
1726 nvme_fc_rcv_ls_req(struct nvme_fc_remote_port *portptr, struct nvmefc_ls_rsp *lsrsp, void *lsreqbuf, u32 lsreqbuf_len) argument
[all...]
/linux-master/drivers/nvme/target/
H A Dfc.c29 struct nvmefc_ls_rsp *lsrsp; member in struct:nvmet_fc_ls_iod
1717 iod->lsrsp->rsplen = nvme_fc_format_rjt(acc,
1734 iod->lsrsp->rsplen = sizeof(*acc);
1810 iod->lsrsp->rsplen = nvme_fc_format_rjt(acc,
1825 iod->lsrsp->rsplen = sizeof(*acc);
1872 iod->lsrsp->rsplen = nvme_fc_format_rjt(acc,
1883 iod->lsrsp->rsplen = sizeof(*acc);
1910 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf,
1934 nvmet_fc_xmt_ls_rsp_done(struct nvmefc_ls_rsp *lsrsp) argument
1936 struct nvmet_fc_ls_iod *iod = lsrsp
2039 nvmet_fc_rcv_ls_req(struct nvmet_fc_target_port *target_port, void *hosthandle, struct nvmefc_ls_rsp *lsrsp, void *lsreqbuf, u32 lsreqbuf_len) argument
[all...]
H A Dfcloop.c291 ls_rsp_to_lsreq(struct nvmefc_ls_rsp *lsrsp) argument
293 return container_of(lsrsp, struct fcloop_lsreq, ls_rsp);
377 struct nvmefc_ls_rsp *lsrsp)
379 struct fcloop_lsreq *tls_req = ls_rsp_to_lsreq(lsrsp);
385 memcpy(lsreq->rspaddr, lsrsp->rspbuf,
386 ((lsreq->rsplen < lsrsp->rsplen) ?
387 lsreq->rsplen : lsrsp->rsplen));
389 lsrsp->done(lsrsp);
465 struct nvmefc_ls_rsp *lsrsp)
376 fcloop_h2t_xmt_ls_rsp(struct nvmet_fc_target_port *targetport, struct nvmefc_ls_rsp *lsrsp) argument
463 fcloop_t2h_xmt_ls_rsp(struct nvme_fc_local_port *localport, struct nvme_fc_remote_port *remoteport, struct nvmefc_ls_rsp *lsrsp) argument
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nvme.c25 struct nvmefc_ls_rsp lsrsp; member in struct:qla_nvme_unsol_ctx
365 struct qla_nvme_unsol_ctx, lsrsp);
1187 ret = nvme_fc_rcv_ls_req(uctx->fcport->nvme_remote_port, &uctx->lsrsp,
/linux-master/include/linux/
H A Dnvme-fc-driver.h557 * the lsrsp structure, the transport will still call xmt_ls_rsp()
558 * afterward to cleanup the outstanding lsrsp structure. The LLDD should
559 * noop the transmission of the rsp and call the lsrsp->done() routine
560 * to allow the lsrsp structure to be released.
563 struct nvmefc_ls_rsp *lsrsp,
1017 * the lsrsp structure, the transport will still call xmt_ls_rsp()
1018 * afterward to cleanup the outstanding lsrsp structure. The LLDD should
1019 * noop the transmission of the rsp and call the lsrsp->done() routine
1020 * to allow the lsrsp structure to be released.

Completed in 334 milliseconds