Lines Matching refs:rphy
80 struct sas_rphy *rphy);
86 struct domain_device *sas_find_dev_by_rphy(struct sas_rphy *rphy);
147 struct sas_rphy *rphy) in sas_fill_in_rphy() argument
149 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy()
150 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy()
151 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy()
157 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy()
160 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy()
163 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy()
166 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
193 ex->parent_port = sas_port_alloc(&dev->rphy->dev, phy_id); in sas_add_parent_port()