1MPT_DETECT_BOUND_POR(9) Message-based devices MPT_DETECT_BOUND_POR(9)
2
3
4
6 mpt_detect_bound_ports - Search for matching PCI bus/dev_function
7
9 void mpt_detect_bound_ports(MPT_ADAPTER * ioc, struct pci_dev * pdev);
10
12 ioc
13 Pointer to MPT adapter structure
14
15 pdev
16 Pointer to (struct pci_dev) structure
17
19 Search for PCI bus/dev_function which matches PCI bus/dev_function
20 (+/-1) for newly discovered 929, 929X, 1030 or 1035.
21
22 If match on PCI dev_function +/-1 is found, bind the two MPT adapters
23 using alt_ioc pointer fields in their MPT_ADAPTER structures.
24
26Kernel Hackers Manual 2.6. June 2019 MPT_DETECT_BOUND_POR(9)