Searched refs:max_qid (Results 1 – 6 of 6) sorted by relevance
612 (subsys->max_qid - 1) | ((subsys->max_qid - 1) << 16)); in nvmet_execute_set_features()699 (subsys->max_qid-1) | ((subsys->max_qid-1) << 16)); in nvmet_execute_get_features()
978 ctrl->cqs = kcalloc(subsys->max_qid + 1, in nvmet_alloc_ctrl()984 ctrl->sqs = kcalloc(subsys->max_qid + 1, in nvmet_alloc_ctrl()1144 subsys->max_qid = NVMET_NR_QUEUES; in nvmet_subsys_alloc()1147 subsys->max_qid = 0; in nvmet_subsys_alloc()
212 if (unlikely(qid > ctrl->subsys->max_qid)) { in nvmet_execute_io_connect()
204 u16 max_qid; member
93 unsigned max_qid; member1597 for (i = dev->ctrl.queue_count; i <= dev->max_qid; i++) { in nvme_create_io_queues()1604 max = min(dev->max_qid, dev->ctrl.queue_count - 1); in nvme_create_io_queues()1924 dev->max_qid = max(result - 1, 1); in nvme_setup_io_queues()
1932 static void cudbg_get_sge_ctxt_fw(struct cudbg_init *pdbg_init, u32 max_qid, in cudbg_get_sge_ctxt_fw() argument1940 for (j = 0; j < max_qid; j++) { in cudbg_get_sge_ctxt_fw()