Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/target/
Dfcloop.c286 struct fcloop_fcpreq *tfcp_req; member
539 struct fcloop_fcpreq *tfcp_req = in fcloop_tfcp_req_free() local
542 kfree(tfcp_req); in fcloop_tfcp_req_free()
546 fcloop_tfcp_req_put(struct fcloop_fcpreq *tfcp_req) in fcloop_tfcp_req_put() argument
548 kref_put(&tfcp_req->ref, fcloop_tfcp_req_free); in fcloop_tfcp_req_put()
552 fcloop_tfcp_req_get(struct fcloop_fcpreq *tfcp_req) in fcloop_tfcp_req_get() argument
554 return kref_get_unless_zero(&tfcp_req->ref); in fcloop_tfcp_req_get()
559 struct fcloop_fcpreq *tfcp_req, int status) in fcloop_call_host_done() argument
566 inireq->tfcp_req = NULL; in fcloop_call_host_done()
574 fcloop_tfcp_req_put(tfcp_req); in fcloop_call_host_done()
[all …]