Searched refs:max_qid (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/fungible/funcore/ |
D | fun_dev.h | 70 unsigned int max_qid; /* = #queues - 1, separately for SQs and CQs */ member
|
D | fun_dev.c | 590 fdev->max_qid = min3(cq_count, sq_count, num_dbs / 2) - 1; in fun_get_dev_limits() 591 fdev->kern_end_qid = fdev->max_qid + 1; in fun_get_dev_limits() 816 fdev->q_depth, fdev->db_stride, fdev->max_qid, in fun_dev_enable()
|
/linux-6.6.21/drivers/nvme/target/ |
D | admin-cmd.c | 840 (subsys->max_qid - 1) | ((subsys->max_qid - 1) << 16)); in nvmet_execute_set_features() 932 (subsys->max_qid-1) | ((subsys->max_qid-1) << 16)); in nvmet_execute_get_features()
|
D | fabrics-cmd.c | 327 if (unlikely(qid > ctrl->subsys->max_qid)) { in nvmet_execute_io_connect()
|
D | core.c | 1422 ctrl->sqs = kcalloc(subsys->max_qid + 1, in nvmet_alloc_ctrl() 1578 subsys->max_qid = NVMET_NR_QUEUES; in nvmet_subsys_alloc() 1582 subsys->max_qid = 0; in nvmet_subsys_alloc()
|
D | nvmet.h | 253 u16 max_qid; member
|
D | configfs.c | 1403 return snprintf(page, PAGE_SIZE, "%u\n", to_subsys(item)->max_qid); in nvmet_subsys_attr_qid_max_show() 1420 subsys->max_qid = qid_max; in nvmet_subsys_attr_qid_max_store()
|
/linux-6.6.21/drivers/nvme/host/ |
D | pci.c | 127 unsigned max_qid; member 1779 for (i = dev->ctrl.queue_count; i <= dev->max_qid; i++) { in nvme_create_io_queues() 1786 max = min(dev->max_qid, dev->ctrl.queue_count - 1); in nvme_create_io_queues() 2335 dev->max_qid = result + dev->io_queues[HCTX_TYPE_POLL]; in nvme_setup_io_queues() 2353 if (dev->online_queues - 1 < dev->max_qid) { in nvme_setup_io_queues()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_lib.c | 2362 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()
|