Lines Matching refs:rphy
244 struct sas_rphy *rphy);
2101 struct sas_rphy *rphy; in hpsa_slave_alloc() local
2104 rphy = target_to_rphy(starget); in hpsa_slave_alloc()
2105 sd = hpsa_find_device_by_sas_rphy(h, rphy); in hpsa_slave_alloc()
9491 struct sas_rphy *rphy) in hpsa_sas_port_add_rphy() argument
9495 identify = &rphy->identify; in hpsa_sas_port_add_rphy()
9500 return sas_rphy_add(rphy); in hpsa_sas_port_add_rphy()
9585 struct sas_rphy *rphy) in hpsa_find_device_by_sas_rphy() argument
9594 if (device->sas_port->rphy == rphy) in hpsa_find_device_by_sas_rphy()
9655 struct sas_rphy *rphy; in hpsa_add_sas_device() local
9661 rphy = sas_end_device_alloc(hpsa_sas_port->port); in hpsa_add_sas_device()
9662 if (!rphy) { in hpsa_add_sas_device()
9667 hpsa_sas_port->rphy = rphy; in hpsa_add_sas_device()
9670 rc = hpsa_sas_port_add_rphy(hpsa_sas_port, rphy); in hpsa_add_sas_device()
9698 hpsa_sas_get_enclosure_identifier(struct sas_rphy *rphy, u64 *identifier) in hpsa_sas_get_enclosure_identifier() argument
9700 struct Scsi_Host *shost = phy_to_shost(rphy); in hpsa_sas_get_enclosure_identifier()
9712 sd = hpsa_find_device_by_sas_rphy(h, rphy); in hpsa_sas_get_enclosure_identifier()
9722 hpsa_sas_get_bay_identifier(struct sas_rphy *rphy) in hpsa_sas_get_bay_identifier() argument