'\" t .\" Title: mpt_detect_bound_ports .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Message-based devices .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "MPT_DETECT_BOUND_POR" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Message-based devices" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" mpt_detect_bound_ports \- Search for matching PCI bus/dev_function .SH "SYNOPSIS" .HP \w'void\ mpt_detect_bound_ports('u .BI "void mpt_detect_bound_ports(MPT_ADAPTER\ *\ " "ioc" ", struct\ pci_dev\ *\ " "pdev" ");" .SH "ARGUMENTS" .PP \fIioc\fR .RS 4 Pointer to MPT adapter structure .RE .PP \fIpdev\fR .RS 4 Pointer to (struct pci_dev) structure .RE .SH "DESCRIPTION" .PP Search for PCI bus/dev_function which matches PCI bus/dev_function (+/\-1) for newly discovered 929, 929X, 1030 or 1035\&. .PP If match on PCI dev_function +/\-1 is found, bind the two MPT adapters using alt_ioc pointer fields in their \fBMPT_ADAPTER\fR structures\&. .SH "COPYRIGHT" .br