Lines Matching refs:queue_count
2290 for (i = 1; i < ctrl->ctrl.queue_count; i++) in nvme_fc_free_io_queues()
2311 struct nvme_fc_queue *queue = &ctrl->queues[ctrl->ctrl.queue_count - 1]; in nvme_fc_delete_hw_io_queues()
2314 for (i = ctrl->ctrl.queue_count - 1; i >= 1; i--, queue--) in nvme_fc_delete_hw_io_queues()
2324 for (i = 1; i < ctrl->ctrl.queue_count; i++, queue++) { in nvme_fc_create_hw_io_queues()
2343 for (i = 1; i < ctrl->ctrl.queue_count; i++) { in nvme_fc_connect_io_queues()
2363 for (i = 1; i < ctrl->ctrl.queue_count; i++) in nvme_fc_init_io_queues()
2469 if (ctrl->ctrl.queue_count > 1) { in __nvme_fc_abort_outstanding_ios()
2470 for (q = 1; q < ctrl->ctrl.queue_count; q++) in __nvme_fc_abort_outstanding_ios()
2487 if (ctrl->ctrl.queue_count > 1) { in __nvme_fc_abort_outstanding_ios()
2871 ctrl->ctrl.queue_count = nr_io_queues + 1; in nvme_fc_create_io_queues()
2887 ctrl->tag_set.nr_hw_queues = ctrl->ctrl.queue_count - 1; in nvme_fc_create_io_queues()
2932 u32 prior_ioq_cnt = ctrl->ctrl.queue_count - 1; in nvme_fc_recreate_io_queues()
2952 ctrl->ctrl.queue_count = nr_io_queues + 1; in nvme_fc_recreate_io_queues()
2954 if (ctrl->ctrl.queue_count == 1) in nvme_fc_recreate_io_queues()
3144 if (ctrl->ctrl.queue_count > 1) { in nvme_fc_create_association()
3482 ctrl->ctrl.queue_count = min_t(unsigned int, in nvme_fc_init_ctrl()
3485 ctrl->ctrl.queue_count++; /* +1 for admin queue */ in nvme_fc_init_ctrl()
3492 ctrl->queues = kcalloc(ctrl->ctrl.queue_count, in nvme_fc_init_ctrl()