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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.h1138 extern struct ahc_softc_tailq ahc_tailq;
H A Daic7xxx_osm.c1399 TAILQ_REMOVE(&ahc_tailq, ahc, links);
H A Daic7xxx.c58 struct ahc_softc_tailq ahc_tailq = TAILQ_HEAD_INITIALIZER(ahc_tailq); variable in typeref:struct:ahc_softc_tailq
3990 TAILQ_FOREACH(list_ahc, &ahc_tailq, links) {
4023 list_ahc = TAILQ_FIRST(&ahc_tailq);
4030 TAILQ_INSERT_TAIL(&ahc_tailq, ahc, links);

Completed in 127 milliseconds