Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/nvme/
H A Dnvme_attach.c459 sc->flags |= NVME_SC_ATTACHED; in nvme_pci_attach()
553 if (sc->flags & NVME_SC_ATTACHED) { in nvme_pci_detach()
555 sc->flags &= ~NVME_SC_ATTACHED; in nvme_pci_detach()
H A Dnvme.h262 #define NVME_SC_ATTACHED 0x00000001 macro