Lines Matching refs:rphy
245 struct sas_rphy *rphy);
2120 struct sas_rphy *rphy; in hpsa_slave_alloc() local
2123 rphy = target_to_rphy(starget); in hpsa_slave_alloc()
2124 sd = hpsa_find_device_by_sas_rphy(h, rphy); in hpsa_slave_alloc()
9637 struct sas_rphy *rphy) in hpsa_sas_port_add_rphy() argument
9641 identify = &rphy->identify; in hpsa_sas_port_add_rphy()
9646 return sas_rphy_add(rphy); in hpsa_sas_port_add_rphy()
9731 struct sas_rphy *rphy) in hpsa_find_device_by_sas_rphy() argument
9740 if (device->sas_port->rphy == rphy) in hpsa_find_device_by_sas_rphy()
9802 struct sas_rphy *rphy; in hpsa_add_sas_device() local
9808 rphy = sas_end_device_alloc(hpsa_sas_port->port); in hpsa_add_sas_device()
9809 if (!rphy) { in hpsa_add_sas_device()
9814 hpsa_sas_port->rphy = rphy; in hpsa_add_sas_device()
9817 rc = hpsa_sas_port_add_rphy(hpsa_sas_port, rphy); in hpsa_add_sas_device()
9824 sas_rphy_free(rphy); in hpsa_add_sas_device()
9847 hpsa_sas_get_enclosure_identifier(struct sas_rphy *rphy, u64 *identifier) in hpsa_sas_get_enclosure_identifier() argument
9849 struct Scsi_Host *shost = phy_to_shost(rphy); in hpsa_sas_get_enclosure_identifier()
9861 sd = hpsa_find_device_by_sas_rphy(h, rphy); in hpsa_sas_get_enclosure_identifier()
9871 hpsa_sas_get_bay_identifier(struct sas_rphy *rphy) in hpsa_sas_get_bay_identifier() argument