Lines Matching refs:rphy
76 struct sas_rphy *rphy);
85 struct domain_device *sas_find_dev_by_rphy(struct sas_rphy *rphy);
121 struct sas_rphy *rphy)
123 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr);
124 rphy->identify.initiator_port_protocols = dev->iproto;
125 rphy->identify.target_port_protocols = dev->tproto;
131 rphy->identify.device_type = SAS_END_DEVICE;
134 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE;
137 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE;
140 rphy->identify.device_type = SAS_PHY_UNUSED;
167 ex->parent_port = sas_port_alloc(&dev->rphy->dev, phy_id);