'\" t .\" Title: spi_display_xfer_agreement .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: SCSI mid layer .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "SPI_DISPLAY_XFER_AGR" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "SCSI mid layer" .\" ----------------------------------------------------------------- .\" * 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" spi_display_xfer_agreement \- Print the current target transfer agreement .SH "SYNOPSIS" .HP \w'void\ spi_display_xfer_agreement('u .BI "void spi_display_xfer_agreement(struct\ scsi_target\ *\ " "starget" ");" .SH "ARGUMENTS" .PP \fIstruct scsi_target * starget\fR .RS 4 The target for which to display the agreement .RE .SH "DESCRIPTION" .PP Each SPI port is required to maintain a transfer agreement for each other port on the bus\&. This function prints a one\-line summary of the current agreement; more detailed information is available in sysfs\&. .SH "AUTHORS" .PP \fBJames Bottomley\fR <\&James.Bottomley@hansenpartnership.com\&> .RS 4 Author. .RE .PP \fBRob Landley\fR <\&rob@landley.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br