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

/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx_osm.c1389 struct ahd_softc *list_ahd; local
1392 TAILQ_FOREACH(list_ahd, &ahd_tailq, links) {
1393 if (list_ahd->unit == addr)
1394 ahd_ddb_softc = list_ahd;
H A Daic79xx.c5274 struct ahd_softc *list_ahd; local
5282 TAILQ_FOREACH(list_ahd, &ahd_tailq, links) {
5286 list_pci = list_ahd->dev_softc;
5294 master = list_ahd;
5298 slave = list_ahd;
5312 list_ahd = TAILQ_FIRST(&ahd_tailq);
5313 while (list_ahd != NULL
5314 && ahd_softc_comp(ahd, list_ahd) <= 0)
5315 list_ahd = TAILQ_NEXT(list_ahd, link
8867 struct ahd_softc *list_ahd; local
[all...]

Completed in 131 milliseconds