Home
last modified time | relevance | path

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

/freebsd/sys/cam/nvme/
H A Dnvme_da.c72 NDA_FLAG_OPEN = 0x0001, enumerator
310 softc->flags |= NDA_FLAG_OPEN; in ndaopen()
348 softc->flags &= ~NDA_FLAG_OPEN; in ndaclose()
1330 (softc->flags & NDA_FLAG_OPEN)) { in ndaflush()
1340 if ((softc->flags & NDA_FLAG_OPEN) == 0) { in ndaflush()