Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_target.c77 struct ccb_queue pending_ccb_queue; member
212 TAILQ_INIT(&softc->pending_ccb_queue); in targopen()
560 TAILQ_INSERT_TAIL(&softc->pending_ccb_queue, in targwrite()
682 TAILQ_FOREACH(ccb_h, &softc->pending_ccb_queue, in targusermerge()
748 TAILQ_INSERT_TAIL(&softc->pending_ccb_queue, ccb_h, in targsendccb()
764 TAILQ_REMOVE(&softc->pending_ccb_queue, &done_ccb->ccb_h, in targdone()
773 if (TAILQ_EMPTY(&softc->pending_ccb_queue)) in targdone()
774 wakeup(&softc->pending_ccb_queue); in targdone()
1049 TAILQ_FOREACH(ccb_h, &softc->pending_ccb_queue, periph_links.tqe) { in abort_all_pending()
1063 cam_periph_sleep(softc->periph, &softc->pending_ccb_queue, in abort_all_pending()