goingSRB 272 dev/ic/trm.c TAILQ_REMOVE(&sc->goingSRB, pSRB, link);
goingSRB 313 dev/ic/trm.c TAILQ_INSERT_TAIL(&sc->goingSRB, pSRB, link);
goingSRB 568 dev/ic/trm.c while ((pSRB = TAILQ_FIRST(&sc->goingSRB)) != NULL) {
goingSRB 570 dev/ic/trm.c TAILQ_REMOVE(&sc->goingSRB, pSRB, link);
goingSRB 1523 dev/ic/trm.c TAILQ_FOREACH(pSRB, &sc->goingSRB, link) {
goingSRB 1795 dev/ic/trm.c pSRB = TAILQ_FIRST(&sc->goingSRB);
goingSRB 2138 dev/ic/trm.c TAILQ_REMOVE(&sc->goingSRB, pSRB, link);
goingSRB 2178 dev/ic/trm.c while ((pSRB = TAILQ_FIRST(&sc->goingSRB)) != NULL) {
goingSRB 2406 dev/ic/trm.c TAILQ_INIT(&sc->goingSRB);
goingSRB 222 dev/ic/trm.h struct SRB_HEAD goingSRB;