Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_target.c87 struct ccb_queue user_ccb_queue; member
201 TAILQ_INIT(&softc->user_ccb_queue); in targopen()
374 retval = !TAILQ_EMPTY(&softc->user_ccb_queue) || in targreadfilt()
541 while ((ccb_h = TAILQ_FIRST(&softc->user_ccb_queue)) != NULL) { in targdtor()
542 TAILQ_REMOVE(&softc->user_ccb_queue, ccb_h, periph_links.tqe); in targdtor()
842 TAILQ_INSERT_TAIL(&softc->user_ccb_queue, &done_ccb->ccb_h, in targdone()
869 user_queue = &softc->user_ccb_queue; in targread()
1119 if (!TAILQ_EMPTY(&softc->user_ccb_queue) || in abort_all_pending()
1136 wakeup(&softc->user_ccb_queue); in notify_user()