Searched refs:tfcp_req (Results 1 – 1 of 1) sorted by relevance
290 struct fcloop_fcpreq *tfcp_req; member580 fcloop_tfcp_req_put(struct fcloop_fcpreq *tfcp_req) in fcloop_tfcp_req_put() argument582 if (!refcount_dec_and_test(&tfcp_req->ref)) in fcloop_tfcp_req_put()585 kfree(tfcp_req); in fcloop_tfcp_req_put()589 fcloop_tfcp_req_get(struct fcloop_fcpreq *tfcp_req) in fcloop_tfcp_req_get() argument591 return refcount_inc_not_zero(&tfcp_req->ref); in fcloop_tfcp_req_get()596 struct fcloop_fcpreq *tfcp_req, int status) in fcloop_call_host_done() argument603 inireq->tfcp_req = NULL; in fcloop_call_host_done()611 if (tfcp_req) in fcloop_call_host_done()612 fcloop_tfcp_req_put(tfcp_req); in fcloop_call_host_done()[all …]