Home
last modified time | relevance | path

Searched refs:NVMET_NR_QUEUES (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/nvme/target/
H A Dfc.c170 struct nvmet_fc_tgt_queue *queues[NVMET_NR_QUEUES + 1];
805 if (qid > NVMET_NR_QUEUES) in nvmet_fc_alloc_target_queue()
964 if (qid > NVMET_NR_QUEUES) in nvmet_fc_find_target_queue()
1199 for (i = NVMET_NR_QUEUES; i >= 0; i--) { in nvmet_fc_target_assoc_free()
1253 for (i = NVMET_NR_QUEUES; i >= 0; i--) { in nvmet_fc_delete_target_assoc()
H A Dnvmet.h653 #define NVMET_NR_QUEUES 128 macro
H A Dpci-epf.c2140 reg_size = NVME_REG_DBS + (NVMET_NR_QUEUES * 2 * sizeof(u32)); in nvmet_pci_epf_configure_bar()
2244 unsigned int max_nr_queues = NVMET_NR_QUEUES; in nvmet_pci_epf_epc_init()
H A Dcore.c1811 subsys->max_qid = NVMET_NR_QUEUES; in nvmet_subsys_alloc()
H A Dconfigfs.c1655 if (qid_max < 1 || qid_max > NVMET_NR_QUEUES) in nvmet_subsys_attr_qid_max_store()