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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c98 #define NVME_QUEUES 16 macro
467 if (nsq > NVME_QUEUES) {
469 __func__, nsq, NVME_QUEUES);
470 nsq = NVME_QUEUES;
490 if (ncq > NVME_QUEUES) {
492 __func__, ncq, NVME_QUEUES);
493 ncq = NVME_QUEUES;
3106 sc->max_queues = NVME_QUEUES;
3204 if (sc->max_queues <= 0 || sc->max_queues > NVME_QUEUES)
3205 sc->max_queues = NVME_QUEUES;
[all...]

Completed in 81 milliseconds