Searched refs:pending_ccb_queue (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_target.c | 77 struct ccb_queue pending_ccb_queue; member 213 TAILQ_INIT(&softc->pending_ccb_queue); in targopen() 561 TAILQ_INSERT_TAIL(&softc->pending_ccb_queue, in targwrite() 683 TAILQ_FOREACH(ccb_h, &softc->pending_ccb_queue, in targusermerge() 749 TAILQ_INSERT_TAIL(&softc->pending_ccb_queue, ccb_h, in targsendccb() 765 TAILQ_REMOVE(&softc->pending_ccb_queue, &done_ccb->ccb_h, in targdone() 774 if (TAILQ_EMPTY(&softc->pending_ccb_queue)) in targdone() 775 wakeup(&softc->pending_ccb_queue); in targdone() 1050 TAILQ_FOREACH(ccb_h, &softc->pending_ccb_queue, periph_links.tqe) { in abort_all_pending() 1064 cam_periph_sleep(softc->periph, &softc->pending_ccb_queue, in abort_all_pending()
|