Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfc.c1195 struct nvmet_fc_ls_iod *oldls; in nvmet_fc_target_assoc_free() local
1209 oldls = assoc->rcv_disconn; in nvmet_fc_target_assoc_free()
1212 if (oldls) in nvmet_fc_target_assoc_free()
1213 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() local
1900 oldls = assoc->rcv_disconn; in nvmet_fc_ls_disconnect()
1904 if (oldls) { in nvmet_fc_ls_disconnect()
1910 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvmet_fc_ls_disconnect()
1916 nvmet_fc_xmt_ls_rsp(tgtport, oldls); in nvmet_fc_ls_disconnect()
/linux/drivers/nvme/host/
H A Dfc.c1465 struct nvmefc_ls_rcv_op *oldls = NULL; in nvme_fc_match_disconn_ls() local
1476 oldls = ctrl->rcv_disconn; in nvme_fc_match_disconn_ls()
1490 if (oldls) { in nvme_fc_match_disconn_ls()
1495 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvme_fc_match_disconn_ls()
1496 sizeof(*oldls->rspbuf), in nvme_fc_match_disconn_ls()
1500 nvme_fc_xmt_ls_rsp(oldls); in nvme_fc_match_disconn_ls()