Home
last modified time | relevance | path

Searched refs:sas_phy (Results 1 – 2 of 2) sorted by relevance

/include/scsi/
A Dscsi_transport_sas.h60 struct sas_phy { struct
89 container_of((d), struct sas_phy, dev) argument
175 int (*get_linkerrors)(struct sas_phy *);
178 int (*phy_reset)(struct sas_phy *, int);
179 int (*phy_enable)(struct sas_phy *, int);
180 int (*phy_setup)(struct sas_phy *);
181 void (*phy_release)(struct sas_phy *);
192 extern void sas_phy_free(struct sas_phy *);
193 extern int sas_phy_add(struct sas_phy *);
194 extern void sas_phy_delete(struct sas_phy *);
[all …]
A Dlibsas.h106 struct sas_phy *phy;
169 struct sas_phy *phy;
304 struct sas_phy *phy;
369 struct asd_sas_phy **sas_phy; /* array of valid pointers, must be set */ member
423 static inline void sas_put_local_phy(struct sas_phy *phy) in sas_put_local_phy()
682 int sas_phy_reset(struct sas_phy *phy, int hard_reset);
683 int sas_phy_enable(struct sas_phy *phy, int enable);
712 struct sas_phy *sas_get_local_phy(struct domain_device *dev);

Completed in 7 milliseconds