Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h99 NVMEV(NVME_CAP_LO_REG_MQES, x)
101 NVMEV(NVME_CAP_LO_REG_CQR, x)
103 NVMEV(NVME_CAP_LO_REG_AMS, x)
105 NVMEV(NVME_CAP_LO_REG_TO, x)
134 NVMEV(NVME_CAP_HI_REG_DSTRD, x)
136 NVMEV(NVME_CAP_HI_REG_NSSRS, x)
138 NVMEV(NVME_CAP_HI_REG_CSS, x)
140 NVMEV(NVME_CAP_HI_REG_CSS_NVM, x)
142 NVMEV(NVME_CAP_HI_REG_BPS, x)
144 NVMEV(NVME_CAP_HI_REG_CPS, x)
[all …]
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_nvme.c379 NVMEV(NVME_CC_REG_EN, cc)
381 NVMEV(NVME_CC_REG_CSS, cc)
383 NVMEV(NVME_CC_REG_SHN, cc)
385 NVMEV(NVME_CC_REG_IOSQES, cc)
387 NVMEV(NVME_CC_REG_IOCQES, cc)
401 NVMEV(NVME_CSTS_REG_RDY, sts)
1085 asqs = ONE_BASED(NVMEV(NVME_AQA_REG_ASQS, sc->regs.aqa)); in pci_nvme_init_controller()
1105 acqs = ONE_BASED(NVMEV(NVME_AQA_REG_ACQS, sc->regs.aqa)); in pci_nvme_init_controller()
1828 uint8_t fid = NVMEV(NVME_FEAT_SET_FID, command->cdw10); in nvme_opc_set_features()
1829 bool sv = NVMEV(NVME_FEAT_SET_SV, command->cdw10); in nvme_opc_set_features()
[all …]