Searched refs:current_p (Results 1 – 1 of 1) sorted by relevance
8976 struct aic7xxx_host *current_p = NULL; in aic7xxx_detect() local9211 current_p = list_p; in aic7xxx_detect()9212 while(current_p && temp_p) in aic7xxx_detect()9214 if ( ((current_p->pci_bus == temp_p->pci_bus) && in aic7xxx_detect()9215 (current_p->pci_device_fn == temp_p->pci_device_fn)) || in aic7xxx_detect()9216 (temp_p->base && (current_p->base == temp_p->base)) || in aic7xxx_detect()9217 (temp_p->mbase && (current_p->mbase == temp_p->mbase)) ) in aic7xxx_detect()9224 current_p = current_p->next; in aic7xxx_detect()9512 current_p = list_p; in aic7xxx_detect()9513 while(current_p != NULL) in aic7xxx_detect()[all …]