Home
last modified time | relevance | path

Searched refs:lsop (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/nvme/host/
H A Dfc.c762 struct nvmefc_ls_req_op *lsop; in nvme_fc_abort_lsops() local
768 list_for_each_entry(lsop, &rport->ls_req_list, lsreq_list) { in nvme_fc_abort_lsops()
769 if (!(lsop->flags & FCOP_FLAGS_TERMIO)) { in nvme_fc_abort_lsops()
770 lsop->flags |= FCOP_FLAGS_TERMIO; in nvme_fc_abort_lsops()
774 &lsop->ls_req); in nvme_fc_abort_lsops()
991 __nvme_fc_finish_ls_req(struct nvmefc_ls_req_op *lsop) in __nvme_fc_finish_ls_req() argument
993 struct nvme_fc_rport *rport = lsop->rport; in __nvme_fc_finish_ls_req()
994 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_finish_ls_req()
999 if (!lsop->req_queued) { in __nvme_fc_finish_ls_req()
1004 list_del(&lsop->lsreq_list); in __nvme_fc_finish_ls_req()
[all …]
/linux/drivers/nvme/target/
H A Dfc.c240 struct nvmet_fc_ls_req_op *lsop = in nvmet_fc_put_lsop_work() local
243 nvmet_fc_tgtport_put(lsop->tgtport); in nvmet_fc_put_lsop_work()
244 kfree(lsop); in nvmet_fc_put_lsop_work()
347 __nvmet_fc_finish_ls_req(struct nvmet_fc_ls_req_op *lsop) in __nvmet_fc_finish_ls_req() argument
349 struct nvmet_fc_tgtport *tgtport = lsop->tgtport; in __nvmet_fc_finish_ls_req()
350 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_finish_ls_req()
355 if (!lsop->req_queued) { in __nvmet_fc_finish_ls_req()
360 list_del(&lsop->lsreq_list); in __nvmet_fc_finish_ls_req()
362 lsop->req_queued = false; in __nvmet_fc_finish_ls_req()
371 queue_work(nvmet_wq, &lsop->put_work); in __nvmet_fc_finish_ls_req()
[all …]