Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c121 #define ONE_BASED(zero) ((zero) + 1) macro
1076 asqs = ONE_BASED(NVMEV(NVME_AQA_REG_ASQS, sc->regs.aqa)); in pci_nvme_init_controller()
1096 acqs = ONE_BASED(NVMEV(NVME_AQA_REG_ACQS, sc->regs.aqa)); in pci_nvme_init_controller()
1247 nsq->size = ONE_BASED((command->cdw10 >> 16) & 0xffff); in nvme_opc_create_io_sq()
1370 ncq->size = ONE_BASED((command->cdw10 >> 16) & 0xffff); in nvme_opc_create_io_cq()
1785 sc->num_squeues = ONE_BASED(nqr); in nvme_feature_num_queues()
1799 sc->num_cqueues = ONE_BASED(nqr); in nvme_feature_num_queues()