Searched refs:max_qid (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.h70 unsigned int max_qid; /* = #queues - 1, separately for SQs and CQs */ member in struct:fun_dev
H A Dfun_dev.c590 fdev->max_qid = min3(cq_count, sq_count, num_dbs / 2) - 1;
591 fdev->kern_end_qid = fdev->max_qid + 1;
816 fdev->q_depth, fdev->db_stride, fdev->max_qid,
/linux-master/drivers/nvme/target/
H A Dadmin-cmd.c840 (subsys->max_qid - 1) | ((subsys->max_qid - 1) << 16));
932 (subsys->max_qid-1) | ((subsys->max_qid-1) << 16));
H A Dfabrics-cmd.c326 if (unlikely(qid > ctrl->subsys->max_qid)) {
H A Dcore.c1436 ctrl->sqs = kcalloc(subsys->max_qid + 1,
1596 subsys->max_qid = NVMET_NR_QUEUES;
1600 subsys->max_qid = 0;
H A Dnvmet.h266 u16 max_qid; member in struct:nvmet_subsys
H A Dconfigfs.c1541 return snprintf(page, PAGE_SIZE, "%u\n", to_subsys(item)->max_qid);
1558 subsys->max_qid = qid_max;
/linux-master/drivers/nvme/host/
H A Dpci.c127 unsigned max_qid; member in struct:nvme_dev
1781 for (i = dev->ctrl.queue_count; i <= dev->max_qid; i++) {
1788 max = min(dev->max_qid, dev->ctrl.queue_count - 1);
2337 dev->max_qid = result + dev->io_queues[HCTX_TYPE_POLL];
2355 if (dev->online_queues - 1 < dev->max_qid) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c2362 static void cudbg_get_sge_ctxt_fw(struct cudbg_init *pdbg_init, u32 max_qid, argument
2370 for (j = 0; j < max_qid; j++) {

Completed in 149 milliseconds