[SCSI] sas: add support for PHY resets

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Christoph Hellwig
2005-10-19 20:01:31 +02:00
committed by James Bottomley
parent ac01bbbd3b
commit 07ba3a9547
2 changed files with 42 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ struct sas_rphy {
/* The functions by which the transport class and the driver communicate */
struct sas_function_template {
int (*get_linkerrors)(struct sas_phy *);
int (*phy_reset)(struct sas_phy *, int);
};