1. NAME

scsi_is_sas_port - check if a struct device represents a SAS port

2. SYNOPSIS

int scsi_is_sas_port(const struct device *  dev );

3. ARGUMENTS

dev
    device to check

4. RETURNS

1 if the device represents a SAS Port, 0 else

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT