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

/freebsd-10.0-release/sys/dev/twe/
H A Dtwevar.h117 struct bio_queue_head twe_bioq; /* outstanding I/O operations */ member in struct:twe_softc
252 bioq_init(&sc->twe_bioq);
259 bioq_insert_tail(&sc->twe_bioq, bp);
268 if ((bp = bioq_first(&sc->twe_bioq)) != NULL) {
269 bioq_remove(&sc->twe_bioq, bp);

Completed in 76 milliseconds