sas_phy           140 include/scsi/libsas.h 	struct sas_phy *phy;
sas_phy           208 include/scsi/libsas.h 	struct sas_phy *phy;
sas_phy           331 include/scsi/libsas.h 	struct sas_phy *phy;
sas_phy           421 include/scsi/libsas.h 	struct asd_sas_phy  **sas_phy; /* array of valid pointers, must be set */
sas_phy           483 include/scsi/libsas.h static inline void sas_put_local_phy(struct sas_phy *phy)
sas_phy           700 include/scsi/libsas.h int sas_set_phy_speed(struct sas_phy *phy,
sas_phy           702 include/scsi/libsas.h int sas_phy_reset(struct sas_phy *phy, int hard_reset);
sas_phy           749 include/scsi/libsas.h struct sas_phy *sas_get_local_phy(struct domain_device *dev);
sas_phy            77 include/scsi/scsi_transport_sas.h 	container_of((d), struct sas_phy, dev)
sas_phy           162 include/scsi/scsi_transport_sas.h 	int (*get_linkerrors)(struct sas_phy *);
sas_phy           165 include/scsi/scsi_transport_sas.h 	int (*phy_reset)(struct sas_phy *, int);
sas_phy           166 include/scsi/scsi_transport_sas.h 	int (*phy_enable)(struct sas_phy *, int);
sas_phy           167 include/scsi/scsi_transport_sas.h 	int (*phy_setup)(struct sas_phy *);
sas_phy           168 include/scsi/scsi_transport_sas.h 	void (*phy_release)(struct sas_phy *);
sas_phy           169 include/scsi/scsi_transport_sas.h 	int (*set_phy_speed)(struct sas_phy *, struct sas_phy_linkrates *);
sas_phy           177 include/scsi/scsi_transport_sas.h extern struct sas_phy *sas_phy_alloc(struct device *, int);
sas_phy           178 include/scsi/scsi_transport_sas.h extern void sas_phy_free(struct sas_phy *);
sas_phy           179 include/scsi/scsi_transport_sas.h extern int sas_phy_add(struct sas_phy *);
sas_phy           180 include/scsi/scsi_transport_sas.h extern void sas_phy_delete(struct sas_phy *);
sas_phy           202 include/scsi/scsi_transport_sas.h void sas_port_add_phy(struct sas_port *, struct sas_phy *);
sas_phy           203 include/scsi/scsi_transport_sas.h void sas_port_delete_phy(struct sas_port *, struct sas_phy *);
sas_phy           206 include/scsi/scsi_transport_sas.h struct sas_phy *sas_port_get_phy(struct sas_port *port);
sas_phy           207 include/scsi/scsi_transport_sas.h static inline void sas_port_put_phy(struct sas_phy *phy)