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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c396 #define NVME_CSTS_RDY (NVMEF(NVME_CSTS_REG_RDY, 1)) macro
2293 sc->regs.csts |= NVME_CSTS_RDY;
2892 if ((sc->regs.csts & NVME_CSTS_RDY) == 0) {
2975 sc->regs.csts &= ~NVME_CSTS_RDY;
2978 sc->regs.csts |= NVME_CSTS_RDY;

Completed in 59 milliseconds