Lines Matching refs:rphy
53 struct sas_rphy *rphy;
108 rphy = NULL;
113 rphy = sas_end_device_alloc(port->port);
116 rphy = sas_expander_alloc(port->port,
120 rphy = sas_expander_alloc(port->port,
125 rphy = NULL;
129 if (!rphy) {
134 rphy->identify.phy_identifier = phy->phy->identify.phy_identifier;
136 sas_fill_in_rphy(dev, rphy);
149 dev->rphy = rphy;
150 get_device(&dev->rphy->dev);
224 err = sas_rphy_add(dev->rphy);
290 put_device(&dev->rphy->dev);
291 dev->rphy = NULL;
348 sas_remove_children(&dev->rphy->dev);
349 sas_rphy_delete(dev->rphy);
368 /* this rphy never saw sas_rphy_add */
370 sas_rphy_free(dev->rphy);
376 sas_rphy_unlink(dev->rphy);
394 port->port->rphy = NULL;
474 sas_rphy_free(dev->rphy);