Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/flash/
H A Dn25q.c108 struct bio_queue_head sc_bio_queue; member
326 bioq_init(&sc->sc_bio_queue); in n25q_attach()
363 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in n25q_detach()
399 bioq_disksort(&sc->sc_bio_queue, bp); in n25q_strategy()
448 bp = bioq_first(&sc->sc_bio_queue); in n25q_task()
452 bioq_remove(&sc->sc_bio_queue, bp); in n25q_task()
H A Dmx25l.c92 struct bio_queue_head sc_bio_queue; member
530 bioq_init(&sc->sc_bio_queue); in mx25l_attach()
571 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in mx25l_detach()
605 bioq_disksort(&sc->sc_bio_queue, bp); in mx25l_strategy()
648 bp = bioq_first(&sc->sc_bio_queue); in mx25l_task()
652 bioq_remove(&sc->sc_bio_queue, bp); in mx25l_task()
/freebsd-13.1/sys/powerpc/powernv/
H A Dopal_flash.c71 struct bio_queue_head sc_bio_queue; member
157 bioq_disksort(&sc->sc_bio_queue, bp); in opalflash_strategy()
300 bp = bioq_first(&sc->sc_bio_queue); in opalflash_task()
304 bioq_remove(&sc->sc_bio_queue, bp); in opalflash_task()
387 bioq_init(&sc->sc_bio_queue); in opalflash_attach()