Searched refs:oldls (Results 1 – 2 of 2) sorted by relevance
1172 struct nvmet_fc_ls_iod *oldls; in nvmet_fc_target_assoc_free() local1181 oldls = assoc->rcv_disconn; in nvmet_fc_target_assoc_free()1184 if (oldls) in nvmet_fc_target_assoc_free()1185 nvmet_fc_xmt_ls_rsp(tgtport, oldls); in nvmet_fc_target_assoc_free()1832 struct nvmet_fc_ls_iod *oldls = NULL; in nvmet_fc_ls_disconnect() local1883 oldls = assoc->rcv_disconn; in nvmet_fc_ls_disconnect()1889 if (oldls) { in nvmet_fc_ls_disconnect()1895 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvmet_fc_ls_disconnect()1901 nvmet_fc_xmt_ls_rsp(tgtport, oldls); in nvmet_fc_ls_disconnect()
1512 struct nvmefc_ls_rcv_op *oldls = NULL; in nvme_fc_match_disconn_ls() local1523 oldls = ctrl->rcv_disconn; in nvme_fc_match_disconn_ls()1537 if (oldls) { in nvme_fc_match_disconn_ls()1542 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvme_fc_match_disconn_ls()1543 sizeof(*oldls->rspbuf), in nvme_fc_match_disconn_ls()1547 nvme_fc_xmt_ls_rsp(oldls); in nvme_fc_match_disconn_ls()