Searched refs:user_ccb_queue (Results 1 – 1 of 1) sorted by relevance
89 struct ccb_queue user_ccb_queue; member215 TAILQ_INIT(&softc->user_ccb_queue); in targopen()305 if (!TAILQ_EMPTY(&softc->user_ccb_queue) || in targpoll()348 retval = !TAILQ_EMPTY(&softc->user_ccb_queue) || in targreadfilt()505 while ((ccb_h = TAILQ_FIRST(&softc->user_ccb_queue)) != NULL) { in targdtor()506 TAILQ_REMOVE(&softc->user_ccb_queue, ccb_h, periph_links.tqe); in targdtor()782 TAILQ_INSERT_TAIL(&softc->user_ccb_queue, &done_ccb->ccb_h, in targdone()810 user_queue = &softc->user_ccb_queue; in targread()1068 if (!TAILQ_EMPTY(&softc->user_ccb_queue) in abort_all_pending()1086 wakeup(&softc->user_ccb_queue); in notify_user()