Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dfcloop.c324 struct fcloop_lsreq *tls_req; in fcloop_rport_lsrqst_work() local
330 if (!tls_req) in fcloop_rport_lsrqst_work()
333 list_del(&tls_req->ls_list); in fcloop_rport_lsrqst_work()
336 tls_req->lsreq->done(tls_req->lsreq, tls_req->status); in fcloop_rport_lsrqst_work()
356 tls_req->lsreq = lsreq; in fcloop_h2t_ls_req()
368 tls_req->status = 0; in fcloop_h2t_ls_req()
370 &tls_req->ls_rsp, in fcloop_h2t_ls_req()
414 if (!tls_req) in fcloop_tport_lsrqst_work()
420 tls_req->lsreq->done(tls_req->lsreq, tls_req->status); in fcloop_tport_lsrqst_work()
444 tls_req->lsreq = lsreq; in fcloop_t2h_ls_req()
[all …]