1SCSI_IS_SAS_PORT(9) SCSI mid layer SCSI_IS_SAS_PORT(9)
23
4
NAME
6scsi_is_sas_port - check if a struct device represents a SAS port
7
SYNOPSIS
9int scsi_is_sas_port(const struct device * dev);
10
ARGUMENTS
12dev
13device to check
14
RETURNS
161 if the device represents a SAS Port, 0 else
17
AUTHORS
19James Bottomley <James.Bottomley@hansenpartnership.com>
20Author.
2122
Rob Landley <rob@landley.net>
23Author.
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 SCSI_IS_SAS_PORT(9)