Lines Matching defs:rphy
108 #define rphy_to_shost(rphy) \
109 dev_to_shost((rphy)->dev.parent)
114 struct sas_rphy rphy;
124 container_of((r), struct sas_end_device, rphy)
141 struct sas_rphy rphy;
145 container_of((r), struct sas_expander_device, rphy)
156 struct sas_rphy *rphy;
237 struct sas_rphy *rphy;
240 rphy = dev_to_rphy(dev);
241 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE ||
242 rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE;