Searched refs:rework_queue (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/dev/isp/
H A Disp_freebsd.c3620 struct isp_ccbq rework_queue; member in struct:isptarg_softc
3696 TAILQ_FIRST(&softc->inot_queue)? 'y' : 'n', TAILQ_FIRST(&softc->work_queue)? 'y' : 'n', TAILQ_FIRST(&softc->rework_queue)? 'y' : 'n');
3703 if (TAILQ_FIRST(&softc->inot_queue) || TAILQ_FIRST(&softc->work_queue) || TAILQ_FIRST(&softc->rework_queue)) {
3713 ccbh = TAILQ_FIRST(&softc->rework_queue);
3716 TAILQ_REMOVE(&softc->rework_queue, ccbh, periph_links.tqe);
3717 more = TAILQ_FIRST(&softc->work_queue) || TAILQ_FIRST(&softc->rework_queue);
3955 TAILQ_INSERT_TAIL(&softc->rework_queue, &atio->ccb_h, periph_links.tqe);
4030 TAILQ_INSERT_TAIL(&softc->rework_queue, &atio->ccb_h, periph_links.tqe);
4043 TAILQ_INSERT_TAIL(&softc->rework_queue, &atio->ccb_h, periph_links.tqe);
4123 TAILQ_INIT(&softc->rework_queue);
[all...]

Completed in 121 milliseconds