Home
last modified time | relevance | path

Searched refs:max_qid (Results 1 – 6 of 6) sorted by relevance

/drivers/nvme/target/
Dadmin-cmd.c847 (subsys->max_qid - 1) | ((subsys->max_qid - 1) << 16)); in nvmet_execute_set_features()
939 (subsys->max_qid-1) | ((subsys->max_qid-1) << 16)); in nvmet_execute_get_features()
Dfabrics-cmd.c277 if (unlikely(qid > ctrl->subsys->max_qid)) { in nvmet_execute_io_connect()
Dcore.c1397 ctrl->sqs = kcalloc(subsys->max_qid + 1, in nvmet_alloc_ctrl()
1545 subsys->max_qid = NVMET_NR_QUEUES; in nvmet_subsys_alloc()
1548 subsys->max_qid = 0; in nvmet_subsys_alloc()
Dnvmet.h230 u16 max_qid; member
/drivers/nvme/host/
Dpci.c123 unsigned max_qid; member
1772 for (i = dev->ctrl.queue_count; i <= dev->max_qid; i++) { in nvme_create_io_queues()
1779 max = min(dev->max_qid, dev->ctrl.queue_count - 1); in nvme_create_io_queues()
2316 dev->max_qid = result + dev->io_queues[HCTX_TYPE_POLL]; in nvme_setup_io_queues()
2334 if (dev->online_queues - 1 < dev->max_qid) { in nvme_setup_io_queues()
/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c2362 static void cudbg_get_sge_ctxt_fw(struct cudbg_init *pdbg_init, u32 max_qid, in cudbg_get_sge_ctxt_fw() argument
2370 for (j = 0; j < max_qid; j++) { in cudbg_get_sge_ctxt_fw()