Check if a struct device represents a sas port
int scsi_is_sas_port(const struct device * dev);
dev
device to check
1 if the device represents a SAS Port, 0 else
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>