Searched refs:lsop (Results 1 – 1 of 1) sorted by relevance
734 struct nvmefc_ls_req_op *lsop; in nvme_fc_abort_lsops() local740 list_for_each_entry(lsop, &rport->ls_req_list, lsreq_list) { in nvme_fc_abort_lsops()741 if (!(lsop->flags & FCOP_FLAGS_TERMIO)) { in nvme_fc_abort_lsops()742 lsop->flags |= FCOP_FLAGS_TERMIO; in nvme_fc_abort_lsops()746 &lsop->ls_req); in nvme_fc_abort_lsops()1002 __nvme_fc_finish_ls_req(struct nvmefc_ls_req_op *lsop) in __nvme_fc_finish_ls_req() argument1004 struct nvme_fc_rport *rport = lsop->rport; in __nvme_fc_finish_ls_req()1005 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_finish_ls_req()1010 if (!lsop->req_queued) { in __nvme_fc_finish_ls_req()1015 list_del(&lsop->lsreq_list); in __nvme_fc_finish_ls_req()[all …]