1. NAME

scsi_is_sas_rphy - check if a struct device represents a SAS remote PHY

2. SYNOPSIS

int scsi_is_sas_rphy(const struct device *  dev );

3. ARGUMENTS

dev
    device to check

4. RETURNS

1 if the device represents a SAS remote PHY, 0 else

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT