Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c402 ((sts) >> NVME_CSTS_REG_RDY_SHIFT & NVME_CSTS_REG_RDY_MASK)
404 #define NVME_CSTS_RDY (1 << NVME_CSTS_REG_RDY_SHIFT)
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h150 #define NVME_CSTS_REG_RDY_SHIFT (0) macro