Searched refs:tls_req (Results 1 – 1 of 1) sorted by relevance
330 struct fcloop_lsreq *tls_req; in fcloop_rport_lsrqst_work() local334 tls_req = list_first_entry_or_null(&rport->ls_list, in fcloop_rport_lsrqst_work()336 if (!tls_req) in fcloop_rport_lsrqst_work()339 list_del(&tls_req->ls_list); in fcloop_rport_lsrqst_work()342 tls_req->lsreq->done(tls_req->lsreq, tls_req->status); in fcloop_rport_lsrqst_work()347 kmem_cache_free(lsreq_cache, tls_req); in fcloop_rport_lsrqst_work()360 struct fcloop_lsreq *tls_req; in fcloop_h2t_ls_req() local363 tls_req = kmem_cache_alloc(lsreq_cache, GFP_KERNEL); in fcloop_h2t_ls_req()364 if (!tls_req) in fcloop_h2t_ls_req()366 tls_req->lsreq = lsreq; in fcloop_h2t_ls_req()[all …]