Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dfc.c3045 struct nvmefc_ls_rcv_op *disls = NULL; in nvme_fc_create_association() local
3169 disls = ctrl->rcv_disconn; in nvme_fc_create_association()
3172 if (disls) in nvme_fc_create_association()
3173 nvme_fc_xmt_ls_rsp(disls); in nvme_fc_create_association()
3194 struct nvmefc_ls_rcv_op *disls = NULL; in nvme_fc_delete_association() local
3229 disls = ctrl->rcv_disconn; in nvme_fc_delete_association()
3232 if (disls) in nvme_fc_delete_association()
3237 nvme_fc_xmt_ls_rsp(disls); in nvme_fc_delete_association()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dfc.c3060 struct nvmefc_ls_rcv_op *disls = NULL; in nvme_fc_create_association() local
3192 disls = ctrl->rcv_disconn; in nvme_fc_create_association()
3195 if (disls) in nvme_fc_create_association()
3196 nvme_fc_xmt_ls_rsp(disls); in nvme_fc_create_association()
3217 struct nvmefc_ls_rcv_op *disls = NULL; in nvme_fc_delete_association() local
3252 disls = ctrl->rcv_disconn; in nvme_fc_delete_association()
3255 if (disls) in nvme_fc_delete_association()
3260 nvme_fc_xmt_ls_rsp(disls); in nvme_fc_delete_association()

Completed in 10 milliseconds