Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/target/
Dadmin-cmd.c775 (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()
Dcore.c1347 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()
Dfabrics-cmd.c258 if (unlikely(qid > ctrl->subsys->max_qid)) { in nvmet_execute_io_connect()
Dnvmet.h234 u16 max_qid; member
/Linux-v5.10/drivers/nvme/host/
Dpci.c120 unsigned max_qid; member
1733 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()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c2346 static void cudbg_get_sge_ctxt_fw(struct cudbg_init *pdbg_init, u32 max_qid, in cudbg_get_sge_ctxt_fw() argument
2354 for (j = 0; j < max_qid; j++) { in cudbg_get_sge_ctxt_fw()