Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dfc.c3022 struct nvmefc_ls_rcv_op *disls = NULL; in nvme_fc_create_association() local
3157 disls = ctrl->rcv_disconn; in nvme_fc_create_association()
3160 if (disls) in nvme_fc_create_association()
3161 nvme_fc_xmt_ls_rsp(disls); in nvme_fc_create_association()
3182 struct nvmefc_ls_rcv_op *disls = NULL; in nvme_fc_delete_association() local
3217 disls = ctrl->rcv_disconn; in nvme_fc_delete_association()
3220 if (disls) in nvme_fc_delete_association()
3225 nvme_fc_xmt_ls_rsp(disls); in nvme_fc_delete_association()