1SPI_DISPLAY_XFER_AGR(9) SCSI mid layer SPI_DISPLAY_XFER_AGR(9)
2
3
4
6 spi_display_xfer_agreement - Print the current target transfer
7 agreement
8
10 void spi_display_xfer_agreement(struct scsi_target * starget);
11
13 starget
14 The target for which to display the agreement
15
17 Each SPI port is required to maintain a transfer agreement for each
18 other port on the bus. This function prints a one-line summary of the
19 current agreement; more detailed information is available in sysfs.
20
22 James Bottomley <James.Bottomley@hansenpartnership.com>
23 Author.
24
25 Rob Landley <rob@landley.net>
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 SPI_DISPLAY_XFER_AGR(9)