Searched refs:max_qid (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.h | 70 unsigned int max_qid; /* = #queues - 1, separately for SQs and CQs */ member
|
H A 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()
|
/openbmc/linux/drivers/nvme/target/ |
H A 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()
|
H A D | fabrics-cmd.c | 321 if (unlikely(qid > ctrl->subsys->max_qid)) { in nvmet_execute_io_connect()
|
H A D | core.c | 1435 ctrl->sqs = kcalloc(subsys->max_qid + 1, in nvmet_alloc_ctrl() 1591 subsys->max_qid = NVMET_NR_QUEUES; in nvmet_subsys_alloc() 1595 subsys->max_qid = 0; in nvmet_subsys_alloc()
|
H A D | nvmet.h | 253 u16 max_qid; member
|
H A D | configfs.c | 1423 return snprintf(page, PAGE_SIZE, "%u\n", to_subsys(item)->max_qid); in nvmet_subsys_attr_qid_max_show() 1440 subsys->max_qid = qid_max; in nvmet_subsys_attr_qid_max_store()
|
/openbmc/u-boot/drivers/nvme/ |
H A D | nvme.c | 545 for (i = dev->queue_count; i <= dev->max_qid; i++) in nvme_create_io_queues() 564 dev->max_qid = nr_io_queues; in nvme_setup_io_queues()
|
H A D | nvme.h | 613 unsigned max_qid; member
|
/openbmc/linux/drivers/nvme/host/ |
H A D | pci.c | 127 unsigned max_qid; member 1783 for (i = dev->ctrl.queue_count; i <= dev->max_qid; i++) { in nvme_create_io_queues() 1790 max = min(dev->max_qid, dev->ctrl.queue_count - 1); in nvme_create_io_queues() 2343 dev->max_qid = result + dev->io_queues[HCTX_TYPE_POLL]; in nvme_setup_io_queues() 2361 if (dev->online_queues - 1 < dev->max_qid) { in nvme_setup_io_queues()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A 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()
|