Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/host/
Dfc.c768 struct nvmefc_ls_req_op *lsop; in nvme_fc_abort_lsops() local
774 list_for_each_entry(lsop, &rport->ls_req_list, lsreq_list) { in nvme_fc_abort_lsops()
775 if (!(lsop->flags & FCOP_FLAGS_TERMIO)) { in nvme_fc_abort_lsops()
776 lsop->flags |= FCOP_FLAGS_TERMIO; in nvme_fc_abort_lsops()
780 &lsop->ls_req); in nvme_fc_abort_lsops()
1038 __nvme_fc_finish_ls_req(struct nvmefc_ls_req_op *lsop) in __nvme_fc_finish_ls_req() argument
1040 struct nvme_fc_rport *rport = lsop->rport; in __nvme_fc_finish_ls_req()
1041 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_finish_ls_req()
1046 if (!lsop->req_queued) { in __nvme_fc_finish_ls_req()
1051 list_del(&lsop->lsreq_list); in __nvme_fc_finish_ls_req()
[all …]
/Linux-v6.6/drivers/nvme/target/
Dfc.c352 __nvmet_fc_finish_ls_req(struct nvmet_fc_ls_req_op *lsop) in __nvmet_fc_finish_ls_req() argument
354 struct nvmet_fc_tgtport *tgtport = lsop->tgtport; in __nvmet_fc_finish_ls_req()
355 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_finish_ls_req()
360 if (!lsop->req_queued) { in __nvmet_fc_finish_ls_req()
365 list_del(&lsop->lsreq_list); in __nvmet_fc_finish_ls_req()
367 lsop->req_queued = false; in __nvmet_fc_finish_ls_req()
380 struct nvmet_fc_ls_req_op *lsop, in __nvmet_fc_send_ls_req() argument
383 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_send_ls_req()
394 lsop->req_queued = false; in __nvmet_fc_send_ls_req()
395 INIT_LIST_HEAD(&lsop->lsreq_list); in __nvmet_fc_send_ls_req()
[all …]