Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/target/
Dfc.c1162 struct nvmet_fc_ls_iod *oldls; in nvmet_fc_target_assoc_free() local
1171 oldls = assoc->rcv_disconn; in nvmet_fc_target_assoc_free()
1174 if (oldls) in nvmet_fc_target_assoc_free()
1175 nvmet_fc_xmt_ls_rsp(tgtport, oldls); in nvmet_fc_target_assoc_free()
1822 struct nvmet_fc_ls_iod *oldls = NULL; in nvmet_fc_ls_disconnect() local
1873 oldls = assoc->rcv_disconn; in nvmet_fc_ls_disconnect()
1879 if (oldls) { in nvmet_fc_ls_disconnect()
1885 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvmet_fc_ls_disconnect()
1891 nvmet_fc_xmt_ls_rsp(tgtport, oldls); in nvmet_fc_ls_disconnect()
/Linux-v5.10/drivers/nvme/host/
Dfc.c1510 struct nvmefc_ls_rcv_op *oldls = NULL; in nvme_fc_match_disconn_ls() local
1521 oldls = ctrl->rcv_disconn; in nvme_fc_match_disconn_ls()
1535 if (oldls) { in nvme_fc_match_disconn_ls()
1540 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvme_fc_match_disconn_ls()
1541 sizeof(*oldls->rspbuf), in nvme_fc_match_disconn_ls()
1545 nvme_fc_xmt_ls_rsp(oldls); in nvme_fc_match_disconn_ls()