Lines Matching refs:rphy
107 #define rphy_to_shost(rphy) \
108 dev_to_shost((rphy)->dev.parent)
113 struct sas_rphy rphy;
123 container_of((r), struct sas_end_device, rphy)
140 struct sas_rphy rphy;
144 container_of((r), struct sas_expander_device, rphy)
155 struct sas_rphy *rphy;
234 struct sas_rphy *rphy;
237 rphy = dev_to_rphy(dev);
238 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE ||
239 rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE;