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

/freebsd-11.0-release/sys/cam/nvme/
H A Dnvme_da.c72 NDA_FLAG_OPEN = 0x0001, enumerator in enum:__anon7694
276 softc->flags |= NDA_FLAG_OPEN;
315 softc->flags &= ~NDA_FLAG_OPEN;
1113 (softc->flags & NDA_FLAG_OPEN)) {
1123 if ((softc->flags & NDA_FLAG_OPEN) == 0) {

Completed in 71 milliseconds