Lines Matching refs:rphy
52 struct sas_rphy *rphy;
107 rphy = NULL;
112 rphy = sas_end_device_alloc(port->port);
115 rphy = sas_expander_alloc(port->port,
119 rphy = sas_expander_alloc(port->port,
124 rphy = NULL;
128 if (!rphy) {
133 rphy->identify.phy_identifier = phy->phy->identify.phy_identifier;
135 sas_fill_in_rphy(dev, rphy);
148 dev->rphy = rphy;
149 get_device(&dev->rphy->dev);
223 err = sas_rphy_add(dev->rphy);
289 put_device(&dev->rphy->dev);
290 dev->rphy = NULL;
347 sas_remove_children(&dev->rphy->dev);
348 sas_rphy_delete(dev->rphy);
394 /* this rphy never saw sas_rphy_add */
396 sas_rphy_free(dev->rphy);
404 sas_rphy_unlink(dev->rphy);
422 port->port->rphy = NULL;
496 sas_rphy_free(dev->rphy);