Searched refs:tls_req (Results 1 – 1 of 1) sorted by relevance
331 struct fcloop_lsreq *tls_req; in fcloop_rport_lsrqst_work() local335 tls_req = list_first_entry_or_null(&rport->ls_list, in fcloop_rport_lsrqst_work()337 if (!tls_req) in fcloop_rport_lsrqst_work()340 list_del(&tls_req->ls_list); in fcloop_rport_lsrqst_work()343 tls_req->lsreq->done(tls_req->lsreq, tls_req->status); in fcloop_rport_lsrqst_work()348 kmem_cache_free(lsreq_cache, tls_req); in fcloop_rport_lsrqst_work()361 struct fcloop_lsreq *tls_req; in fcloop_h2t_ls_req() local364 tls_req = kmem_cache_alloc(lsreq_cache, GFP_KERNEL); in fcloop_h2t_ls_req()365 if (!tls_req) in fcloop_h2t_ls_req()367 tls_req->lsreq = lsreq; in fcloop_h2t_ls_req()[all …]