Searched refs:lsop (Results 1 – 2 of 2) sorted by relevance
766 struct nvmefc_ls_req_op *lsop; in nvme_fc_abort_lsops() local772 list_for_each_entry(lsop, &rport->ls_req_list, lsreq_list) { in nvme_fc_abort_lsops()773 if (!(lsop->flags & FCOP_FLAGS_TERMIO)) { in nvme_fc_abort_lsops()774 lsop->flags |= FCOP_FLAGS_TERMIO; in nvme_fc_abort_lsops()778 &lsop->ls_req); in nvme_fc_abort_lsops()1036 __nvme_fc_finish_ls_req(struct nvmefc_ls_req_op *lsop) in __nvme_fc_finish_ls_req() argument1038 struct nvme_fc_rport *rport = lsop->rport; in __nvme_fc_finish_ls_req()1039 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_finish_ls_req()1044 if (!lsop->req_queued) { in __nvme_fc_finish_ls_req()1049 list_del(&lsop->lsreq_list); in __nvme_fc_finish_ls_req()[all …]
350 __nvmet_fc_finish_ls_req(struct nvmet_fc_ls_req_op *lsop) in __nvmet_fc_finish_ls_req() argument352 struct nvmet_fc_tgtport *tgtport = lsop->tgtport; in __nvmet_fc_finish_ls_req()353 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_finish_ls_req()358 if (!lsop->req_queued) { in __nvmet_fc_finish_ls_req()363 list_del(&lsop->lsreq_list); in __nvmet_fc_finish_ls_req()365 lsop->req_queued = false; in __nvmet_fc_finish_ls_req()378 struct nvmet_fc_ls_req_op *lsop, in __nvmet_fc_send_ls_req() argument381 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_send_ls_req()392 lsop->req_queued = false; in __nvmet_fc_send_ls_req()393 INIT_LIST_HEAD(&lsop->lsreq_list); in __nvmet_fc_send_ls_req()[all …]