Searched refs:max_qid (Results 1 – 6 of 6) sorted by relevance
775 (subsys->max_qid - 1) | ((subsys->max_qid - 1) << 16)); in nvmet_execute_set_features()868 (subsys->max_qid-1) | ((subsys->max_qid-1) << 16)); in nvmet_execute_get_features()
1347 ctrl->cqs = kcalloc(subsys->max_qid + 1, in nvmet_alloc_ctrl()1353 ctrl->sqs = kcalloc(subsys->max_qid + 1, in nvmet_alloc_ctrl()1495 subsys->max_qid = NVMET_NR_QUEUES; in nvmet_subsys_alloc()1498 subsys->max_qid = 0; in nvmet_subsys_alloc()
258 if (unlikely(qid > ctrl->subsys->max_qid)) { in nvmet_execute_io_connect()
234 u16 max_qid; member
120 unsigned max_qid; member1733 for (i = dev->ctrl.queue_count; i <= dev->max_qid; i++) { in nvme_create_io_queues()1740 max = min(dev->max_qid, dev->ctrl.queue_count - 1); in nvme_create_io_queues()2179 dev->max_qid = result + dev->io_queues[HCTX_TYPE_POLL]; in nvme_setup_io_queues()2196 if (dev->online_queues - 1 < dev->max_qid) { in nvme_setup_io_queues()
2346 static void cudbg_get_sge_ctxt_fw(struct cudbg_init *pdbg_init, u32 max_qid, in cudbg_get_sge_ctxt_fw() argument2354 for (j = 0; j < max_qid; j++) { in cudbg_get_sge_ctxt_fw()