scsi_is_sas_phy (9) - Linux Manuals

scsi_is_sas_phy: check if a struct device represents a SAS PHY

NAME

scsi_is_sas_phy - check if a struct device represents a SAS PHY

SYNOPSIS

int scsi_is_sas_phy(const struct device dev);

ARGUMENTS

dev

device to check

RETURN

1 if the device represents a SAS PHY, 0 else

AUTHORS

James Bottomley <James.Bottomley [at] hansenpartnership.com>

Author.

Rob Landley <rob [at] landley.net>

Author.

COPYRIGHT