Searched refs:NVMET_NR_QUEUES (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/nvme/target/
H A Dfc.c170 struct nvmet_fc_tgt_queue *queues[NVMET_NR_QUEUES + 1];
805 if (qid > NVMET_NR_QUEUES)
964 if (qid > NVMET_NR_QUEUES)
1199 for (i = NVMET_NR_QUEUES; i >= 0; i--) {
1253 for (i = NVMET_NR_QUEUES; i >= 0; i--) {
H A Dnvmet.h550 #define NVMET_NR_QUEUES 128 macro
H A Dcore.c1599 subsys->max_qid = NVMET_NR_QUEUES;
H A Dconfigfs.c1567 if (qid_max < 1 || qid_max > NVMET_NR_QUEUES)

Completed in 146 milliseconds