Home
last modified time | relevance | path

Searched refs:oldls (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvme/target/
H A 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()
1824 struct nvmet_fc_ls_iod *oldls = NULL; in nvmet_fc_ls_disconnect() local
1875 oldls = assoc->rcv_disconn; in nvmet_fc_ls_disconnect()
1881 if (oldls) { in nvmet_fc_ls_disconnect()
1887 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvmet_fc_ls_disconnect()
1893 nvmet_fc_xmt_ls_rsp(tgtport, oldls); in nvmet_fc_ls_disconnect()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H A 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()
[all...]
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dfc.c1511 struct nvmefc_ls_rcv_op *oldls = NULL; in nvme_fc_match_disconn_ls() local
1522 oldls = ctrl->rcv_disconn; in nvme_fc_match_disconn_ls()
1536 if (oldls) { in nvme_fc_match_disconn_ls()
1541 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvme_fc_match_disconn_ls()
1542 sizeof(*oldls->rspbuf), in nvme_fc_match_disconn_ls()
1546 nvme_fc_xmt_ls_rsp(oldls); in nvme_fc_match_disconn_ls()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A 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()

Completed in 17 milliseconds