Searched refs:tfcp_req (Results 1 – 1 of 1) sorted by relevance
286 struct fcloop_fcpreq *tfcp_req; member529 struct fcloop_fcpreq *tfcp_req = in fcloop_tfcp_req_free() local532 kfree(tfcp_req); in fcloop_tfcp_req_free()536 fcloop_tfcp_req_put(struct fcloop_fcpreq *tfcp_req) in fcloop_tfcp_req_put() argument538 kref_put(&tfcp_req->ref, fcloop_tfcp_req_free); in fcloop_tfcp_req_put()542 fcloop_tfcp_req_get(struct fcloop_fcpreq *tfcp_req) in fcloop_tfcp_req_get() argument544 return kref_get_unless_zero(&tfcp_req->ref); in fcloop_tfcp_req_get()549 struct fcloop_fcpreq *tfcp_req, int status) in fcloop_call_host_done() argument556 inireq->tfcp_req = NULL; in fcloop_call_host_done()564 fcloop_tfcp_req_put(tfcp_req); in fcloop_call_host_done()[all …]