Searched refs:ioc_srch (Results 1 – 1 of 1) sorted by relevance
2631 MPT_ADAPTER *ioc_srch; in mpt_detect_bound_ports() local2645 list_for_each_entry(ioc_srch, &ioc_list, list) { in mpt_detect_bound_ports()2646 struct pci_dev *_pcidev = ioc_srch->pcidev; in mpt_detect_bound_ports()2654 } else if (ioc_srch->alt_ioc != NULL) { in mpt_detect_bound_ports()2657 ioc_srch->name, ioc_srch->name, in mpt_detect_bound_ports()2658 ioc_srch->alt_ioc->name); in mpt_detect_bound_ports()2663 ioc->name, ioc->name, ioc_srch->name)); in mpt_detect_bound_ports()2664 ioc_srch->alt_ioc = ioc; in mpt_detect_bound_ports()2665 ioc->alt_ioc = ioc_srch; in mpt_detect_bound_ports()