Lines Matching refs:rphy
96 #define rphy_to_shost(rphy) \ argument
97 dev_to_shost((rphy)->dev.parent)
102 struct sas_rphy rphy; member
112 container_of((r), struct sas_end_device, rphy)
129 struct sas_rphy rphy; member
133 container_of((r), struct sas_expander_device, rphy)
144 struct sas_rphy *rphy; member
221 struct sas_rphy *rphy; in scsi_is_sas_expander_device() local
224 rphy = dev_to_rphy(dev); in scsi_is_sas_expander_device()
225 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE || in scsi_is_sas_expander_device()
226 rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE; in scsi_is_sas_expander_device()