Lines Matching refs:queue_count
1936 for (i = 1; i < ctrl->ctrl.queue_count; i++) in nvme_fc_free_io_queues()
1957 struct nvme_fc_queue *queue = &ctrl->queues[ctrl->ctrl.queue_count - 1]; in nvme_fc_delete_hw_io_queues()
1960 for (i = ctrl->ctrl.queue_count - 1; i >= 1; i--, queue--) in nvme_fc_delete_hw_io_queues()
1970 for (i = 1; i < ctrl->ctrl.queue_count; i++, queue++) { in nvme_fc_create_hw_io_queues()
1989 for (i = 1; i < ctrl->ctrl.queue_count; i++) { in nvme_fc_connect_io_queues()
2009 for (i = 1; i < ctrl->ctrl.queue_count; i++) in nvme_fc_init_io_queues()
2454 ctrl->ctrl.queue_count = nr_io_queues + 1; in nvme_fc_create_io_queues()
2470 ctrl->tag_set.nr_hw_queues = ctrl->ctrl.queue_count - 1; in nvme_fc_create_io_queues()
2515 u32 prior_ioq_cnt = ctrl->ctrl.queue_count - 1; in nvme_fc_recreate_io_queues()
2535 ctrl->ctrl.queue_count = nr_io_queues + 1; in nvme_fc_recreate_io_queues()
2537 if (ctrl->ctrl.queue_count == 1) in nvme_fc_recreate_io_queues()
2719 if (ctrl->ctrl.queue_count > 1) { in nvme_fc_create_association()
2784 if (ctrl->ctrl.queue_count > 1) { in nvme_fc_delete_association()
3090 ctrl->ctrl.queue_count = min_t(unsigned int, in nvme_fc_init_ctrl()
3093 ctrl->ctrl.queue_count++; /* +1 for admin queue */ in nvme_fc_init_ctrl()
3100 ctrl->queues = kcalloc(ctrl->ctrl.queue_count, in nvme_fc_init_ctrl()