Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/nvme/target/
Dfc.c1189 struct nvmet_fc_ls_iod *oldls; in nvmet_fc_target_assoc_free() local
1203 oldls = assoc->rcv_disconn; in nvmet_fc_target_assoc_free()
1206 if (oldls) in nvmet_fc_target_assoc_free()
1207 nvmet_fc_xmt_ls_rsp(tgtport, oldls); in nvmet_fc_target_assoc_free()
1848 struct nvmet_fc_ls_iod *oldls = NULL; in nvmet_fc_ls_disconnect() local
1896 oldls = assoc->rcv_disconn; in nvmet_fc_ls_disconnect()
1900 if (oldls) { in nvmet_fc_ls_disconnect()
1906 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvmet_fc_ls_disconnect()
1912 nvmet_fc_xmt_ls_rsp(tgtport, oldls); in nvmet_fc_ls_disconnect()
/linux-6.6.21/drivers/nvme/host/
Dfc.c1507 struct nvmefc_ls_rcv_op *oldls = NULL; in nvme_fc_match_disconn_ls() local
1518 oldls = ctrl->rcv_disconn; in nvme_fc_match_disconn_ls()
1532 if (oldls) { in nvme_fc_match_disconn_ls()
1537 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvme_fc_match_disconn_ls()
1538 sizeof(*oldls->rspbuf), in nvme_fc_match_disconn_ls()
1542 nvme_fc_xmt_ls_rsp(oldls); in nvme_fc_match_disconn_ls()