Lines Matching refs:queue_count
308 BUG_ON(hctx_idx >= ctrl->ctrl.queue_count); in nvme_rdma_init_hctx()
576 for (i = 1; i < ctrl->ctrl.queue_count; i++) in nvme_rdma_free_io_queues()
584 for (i = 1; i < ctrl->ctrl.queue_count; i++) in nvme_rdma_stop_io_queues()
609 for (i = 1; i < ctrl->ctrl.queue_count; i++) { in nvme_rdma_start_io_queues()
644 ctrl->ctrl.queue_count = nr_io_queues + 1; in nvme_rdma_alloc_io_queues()
645 if (ctrl->ctrl.queue_count < 2) in nvme_rdma_alloc_io_queues()
651 for (i = 1; i < ctrl->ctrl.queue_count; i++) { in nvme_rdma_alloc_io_queues()
707 set->nr_hw_queues = nctrl->queue_count - 1; in nvme_rdma_alloc_tagset()
856 ctrl->ctrl.queue_count - 1); in nvme_rdma_configure_io_queues()
890 if (ctrl->ctrl.queue_count > 1) { in nvme_rdma_teardown_io_queues()
981 if (ctrl->ctrl.queue_count > 1) { in nvme_rdma_setup_ctrl()
999 if (ctrl->ctrl.queue_count > 1) in nvme_rdma_setup_ctrl()
1975 ctrl->ctrl.queue_count = opts->nr_io_queues + 1; /* +1 for admin queue */ in nvme_rdma_create_ctrl()
1980 ctrl->queues = kcalloc(ctrl->ctrl.queue_count, sizeof(*ctrl->queues), in nvme_rdma_create_ctrl()