Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/host/
Dfc.c3062 struct nvmefc_ls_rcv_op *disls = NULL; in nvme_fc_create_association() local
3197 disls = ctrl->rcv_disconn; in nvme_fc_create_association()
3200 if (disls) in nvme_fc_create_association()
3201 nvme_fc_xmt_ls_rsp(disls); in nvme_fc_create_association()
3222 struct nvmefc_ls_rcv_op *disls = NULL; in nvme_fc_delete_association() local
3257 disls = ctrl->rcv_disconn; in nvme_fc_delete_association()
3260 if (disls) in nvme_fc_delete_association()
3265 nvme_fc_xmt_ls_rsp(disls); in nvme_fc_delete_association()