Searched refs:sc_bio_queue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/flash/ |
| H A D | n25q.c | 106 struct bio_queue_head sc_bio_queue; member 320 bioq_init(&sc->sc_bio_queue); in n25q_attach() 357 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in n25q_detach() 393 bioq_disksort(&sc->sc_bio_queue, bp); in n25q_strategy() 442 bp = bioq_first(&sc->sc_bio_queue); in n25q_task() 446 bioq_remove(&sc->sc_bio_queue, bp); in n25q_task()
|
| H A D | mx25l.c | 90 struct bio_queue_head sc_bio_queue; member 529 bioq_init(&sc->sc_bio_queue); in mx25l_attach() 570 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in mx25l_detach() 604 bioq_disksort(&sc->sc_bio_queue, bp); in mx25l_strategy() 645 bp = bioq_first(&sc->sc_bio_queue); in mx25l_task() 649 bioq_remove(&sc->sc_bio_queue, bp); in mx25l_task()
|
| /freebsd-14.2/sys/powerpc/powernv/ |
| H A D | opal_flash.c | 69 struct bio_queue_head sc_bio_queue; member 153 bioq_disksort(&sc->sc_bio_queue, bp); in opalflash_strategy() 294 bp = bioq_first(&sc->sc_bio_queue); in opalflash_task() 298 bioq_remove(&sc->sc_bio_queue, bp); in opalflash_task() 381 bioq_init(&sc->sc_bio_queue); in opalflash_attach()
|