Searched refs:tfcp_req (Results 1 – 1 of 1) sorted by relevance
286 struct fcloop_fcpreq *tfcp_req; member539 struct fcloop_fcpreq *tfcp_req = in fcloop_tfcp_req_free() local542 kfree(tfcp_req); in fcloop_tfcp_req_free()546 fcloop_tfcp_req_put(struct fcloop_fcpreq *tfcp_req) in fcloop_tfcp_req_put() argument548 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() argument554 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() argument566 inireq->tfcp_req = NULL; in fcloop_call_host_done()574 fcloop_tfcp_req_put(tfcp_req); in fcloop_call_host_done()[all …]