aic7xxx.c | 3826 struct ahc_softc *list_ahc; local in function:ahc_softc_insert 3835 TAILQ_FOREACH(list_ahc, &ahc_tailq, links) { 3839 list_pci = list_ahc->dev_softc; 3847 master = list_ahc; 3851 slave = list_ahc; 3868 list_ahc = TAILQ_FIRST(&ahc_tailq); 3869 while (list_ahc != NULL 3870 && ahc_softc_comp(list_ahc, ahc) <= 0) 3871 list_ahc = TAILQ_NEXT(list_ahc, links) 3886 struct ahc_softc *list_ahc; local in function:ahc_find_softc [all...] |