Home
last modified time | relevance | path

Searched refs:list_ahc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Daic7xxx.c3826 struct ahc_softc *list_ahc; in ahc_softc_insert() local
3835 TAILQ_FOREACH(list_ahc, &ahc_tailq, links) { in ahc_softc_insert()
3839 list_pci = list_ahc->dev_softc; in ahc_softc_insert()
3847 master = list_ahc; in ahc_softc_insert()
3851 slave = list_ahc; in ahc_softc_insert()
3868 list_ahc = TAILQ_FIRST(&ahc_tailq); in ahc_softc_insert()
3869 while (list_ahc != NULL in ahc_softc_insert()
3870 && ahc_softc_comp(list_ahc, ahc) <= 0) in ahc_softc_insert()
3871 list_ahc = TAILQ_NEXT(list_ahc, links); in ahc_softc_insert()
3872 if (list_ahc != NULL) in ahc_softc_insert()
[all …]