Searched refs:NDA_FLAG_OPEN (Results 1 – 1 of 1) sorted by relevance
72 NDA_FLAG_OPEN = 0x0001, enumerator310 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()