Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/host/
Dfc.c3074 struct nvmefc_ls_rcv_op *disls = NULL; in nvme_fc_create_association() local
3210 disls = ctrl->rcv_disconn; in nvme_fc_create_association()
3213 if (disls) in nvme_fc_create_association()
3214 nvme_fc_xmt_ls_rsp(disls); in nvme_fc_create_association()
3235 struct nvmefc_ls_rcv_op *disls = NULL; in nvme_fc_delete_association() local
3270 disls = ctrl->rcv_disconn; in nvme_fc_delete_association()
3273 if (disls) in nvme_fc_delete_association()
3278 nvme_fc_xmt_ls_rsp(disls); in nvme_fc_delete_association()