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

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.c113 if (LIST_EMPTY(&aic->timedout_scbs) != 0
H A Daic79xx.h1117 LIST_HEAD(, scb) timedout_scbs; member in struct:ahd_softc
H A Daic7xxx.h950 LIST_HEAD(, scb) timedout_scbs; member in struct:ahc_softc
H A Daic7xxx.c3926 LIST_INIT(&ahc->timedout_scbs);
6938 LIST_INSERT_HEAD(&ahc->timedout_scbs, scb,
7020 if (LIST_EMPTY(&ahc->timedout_scbs) != 0) {
7040 while ((scb = LIST_FIRST(&ahc->timedout_scbs)) != NULL) {
7274 while ((scb = LIST_FIRST(&ahc->timedout_scbs)) != NULL) {
H A Daic79xx.c5294 LIST_INIT(&ahd->timedout_scbs);
9309 LIST_INSERT_HEAD(&ahd->timedout_scbs, scb,
9348 if (LIST_EMPTY(&ahd->timedout_scbs) != 0) {
9378 while ((scb = LIST_FIRST(&ahd->timedout_scbs)) != NULL) {
9543 while ((scb = LIST_FIRST(&ahd->timedout_scbs)) != NULL) {

Completed in 195 milliseconds