Searched refs:sc_bio_queue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/flash/ |
| H A D | n25q.c | 108 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 D | mx25l.c | 92 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 D | opal_flash.c | 71 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()
|