Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Dfcloop.c269 struct fcloop_fcpreq *tfcp_req; member
365 struct fcloop_fcpreq *tfcp_req = in fcloop_tfcp_req_free() local
368 kfree(tfcp_req); in fcloop_tfcp_req_free()
372 fcloop_tfcp_req_put(struct fcloop_fcpreq *tfcp_req) in fcloop_tfcp_req_put() argument
374 kref_put(&tfcp_req->ref, fcloop_tfcp_req_free); in fcloop_tfcp_req_put()
378 fcloop_tfcp_req_get(struct fcloop_fcpreq *tfcp_req) in fcloop_tfcp_req_get() argument
380 return kref_get_unless_zero(&tfcp_req->ref); in fcloop_tfcp_req_get()
385 struct fcloop_fcpreq *tfcp_req, int status) in fcloop_call_host_done() argument
392 inireq->tfcp_req = NULL; in fcloop_call_host_done()
400 fcloop_tfcp_req_put(tfcp_req); in fcloop_call_host_done()
[all …]