aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_transport_sas.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-10-19 20:01:31 +0200
committerJames Bottomley <jejb@mulgrave.(none)>2005-10-28 19:08:03 -0500
commit07ba3a954714da10cbd3f6249d93ac2c1df72c4f (patch)
treedae82d40a97df0e1d7f377d9738866a453d699b2 /include/scsi/scsi_transport_sas.h
parent[SCSI] sas: add flag for locally attached PHYs (diff)
downloadlinux-dev-07ba3a954714da10cbd3f6249d93ac2c1df72c4f.tar.xz
linux-dev-07ba3a954714da10cbd3f6249d93ac2c1df72c4f.zip
[SCSI] sas: add support for PHY resets
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/scsi/scsi_transport_sas.h')
-rw-r--r--include/scsi/scsi_transport_sas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_sas.h b/include/scsi/scsi_transport_sas.h
index 57eb68c6e9a7..b91400bfb02a 100644
--- a/include/scsi/scsi_transport_sas.h
+++ b/include/scsi/scsi_transport_sas.h
@@ -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);
};