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