Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dfcloop.c543 kfree(tfcp_req); in fcloop_tfcp_req_put()
690 tfcp_req->fcpreq = NULL; in fcloop_fcp_abort_recv_work()
714 fcloop_call_host_done(fcpreq, tfcp_req, tfcp_req->status); in fcloop_tgt_fcprqst_done_work()
731 tfcp_req = kzalloc(sizeof(*tfcp_req), GFP_ATOMIC); in fcloop_fcp_req()
732 if (!tfcp_req) in fcloop_fcp_req()
736 inireq->tfcp_req = tfcp_req; in fcloop_fcp_req()
822 tfcp_req->active = true; in fcloop_fcp_op()
882 tfcp_req->status = 0; in fcloop_fcp_op()
960 tfcp_req = inireq->tfcp_req; in fcloop_fcp_abort()
961 if (tfcp_req) in fcloop_fcp_abort()
[all …]