Lines Matching refs:lsreq
250 struct nvmefc_ls_req *lsreq; member
335 tls_req->lsreq->done(tls_req->lsreq, tls_req->status); in fcloop_rport_lsrqst_work()
349 struct nvmefc_ls_req *lsreq) in fcloop_h2t_ls_req() argument
351 struct fcloop_lsreq *tls_req = lsreq->private; in fcloop_h2t_ls_req()
355 tls_req->lsreq = lsreq; in fcloop_h2t_ls_req()
370 lsreq->rqstaddr, lsreq->rqstlen); in fcloop_h2t_ls_req()
380 struct nvmefc_ls_req *lsreq = tls_req->lsreq; in fcloop_h2t_xmt_ls_rsp() local
385 memcpy(lsreq->rspaddr, lsrsp->rspbuf, in fcloop_h2t_xmt_ls_rsp()
386 ((lsreq->rsplen < lsrsp->rsplen) ? in fcloop_h2t_xmt_ls_rsp()
387 lsreq->rsplen : lsrsp->rsplen)); in fcloop_h2t_xmt_ls_rsp()
419 tls_req->lsreq->done(tls_req->lsreq, tls_req->status); in fcloop_tport_lsrqst_work()
432 struct nvmefc_ls_req *lsreq) in fcloop_t2h_ls_req() argument
434 struct fcloop_lsreq *tls_req = lsreq->private; in fcloop_t2h_ls_req()
443 tls_req->lsreq = lsreq; in fcloop_t2h_ls_req()
457 lsreq->rqstaddr, lsreq->rqstlen); in fcloop_t2h_ls_req()
468 struct nvmefc_ls_req *lsreq = tls_req->lsreq; in fcloop_t2h_xmt_ls_rsp() local
473 memcpy(lsreq->rspaddr, lsrsp->rspbuf, in fcloop_t2h_xmt_ls_rsp()
474 ((lsreq->rsplen < lsrsp->rsplen) ? in fcloop_t2h_xmt_ls_rsp()
475 lsreq->rsplen : lsrsp->rsplen)); in fcloop_t2h_xmt_ls_rsp()
930 struct nvmefc_ls_req *lsreq) in fcloop_h2t_ls_abort() argument
936 void *hosthandle, struct nvmefc_ls_req *lsreq) in fcloop_t2h_ls_abort() argument