Searched refs:NDA_FLAG_RESCAN (Results 1 – 1 of 1) sorted by relevance
76 NDA_FLAG_RESCAN = 0x0008, enumerator332 softc->flags &= ~NDA_FLAG_RESCAN; in ndaopen_rescan_done()379 softc->flags |= NDA_FLAG_RESCAN; in ndaopen()381 while ((softc->flags & NDA_FLAG_RESCAN) != 0 && error == 0) in ndaopen()