Searched refs:oldls (Results 1 – 2 of 2) sorted by relevance
1168 struct nvmet_fc_ls_iod *oldls; in nvmet_fc_target_assoc_free() local1182 oldls = assoc->rcv_disconn; in nvmet_fc_target_assoc_free()1185 if (oldls) in nvmet_fc_target_assoc_free()1186 nvmet_fc_xmt_ls_rsp(tgtport, oldls); in nvmet_fc_target_assoc_free()1852 struct nvmet_fc_ls_iod *oldls = NULL; in nvmet_fc_ls_disconnect() local1900 oldls = assoc->rcv_disconn; in nvmet_fc_ls_disconnect()1904 if (oldls) { in nvmet_fc_ls_disconnect()1909 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvmet_fc_ls_disconnect()1915 nvmet_fc_xmt_ls_rsp(tgtport, oldls); in nvmet_fc_ls_disconnect()
1474 struct nvmefc_ls_rcv_op *oldls = NULL; in nvme_fc_match_disconn_ls() local1485 oldls = ctrl->rcv_disconn; in nvme_fc_match_disconn_ls()1501 if (oldls) { in nvme_fc_match_disconn_ls()1506 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvme_fc_match_disconn_ls()1507 sizeof(*oldls->rspbuf), in nvme_fc_match_disconn_ls()1511 nvme_fc_xmt_ls_rsp(oldls); in nvme_fc_match_disconn_ls()