Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_target.c83 struct descr_queue abort_queue; member
215 TAILQ_INIT(&softc->abort_queue); in targopen()
307 !TAILQ_EMPTY(&softc->abort_queue)) { in targpoll()
350 !TAILQ_EMPTY(&softc->abort_queue); in targreadfilt()
510 while ((descr = TAILQ_FIRST(&softc->abort_queue)) != NULL) { in targdtor()
511 TAILQ_REMOVE(&softc->abort_queue, descr, tqe); in targdtor()
640 TAILQ_INSERT_TAIL(&softc->abort_queue, descr, tqe); in targstart()
800 struct descr_queue *abort_queue; in targread() local
812 abort_queue = &softc->abort_queue; in targread()
818 user_descr = TAILQ_FIRST(abort_queue); in targread()
[all …]