Lines Matching refs:rphy
245 struct sas_rphy *rphy);
2104 struct sas_rphy *rphy; in hpsa_slave_alloc() local
2107 rphy = target_to_rphy(starget); in hpsa_slave_alloc()
2108 sd = hpsa_find_device_by_sas_rphy(h, rphy); in hpsa_slave_alloc()
9585 struct sas_rphy *rphy) in hpsa_sas_port_add_rphy() argument
9589 identify = &rphy->identify; in hpsa_sas_port_add_rphy()
9594 return sas_rphy_add(rphy); in hpsa_sas_port_add_rphy()
9679 struct sas_rphy *rphy) in hpsa_find_device_by_sas_rphy() argument
9688 if (device->sas_port->rphy == rphy) in hpsa_find_device_by_sas_rphy()
9749 struct sas_rphy *rphy; in hpsa_add_sas_device() local
9755 rphy = sas_end_device_alloc(hpsa_sas_port->port); in hpsa_add_sas_device()
9756 if (!rphy) { in hpsa_add_sas_device()
9761 hpsa_sas_port->rphy = rphy; in hpsa_add_sas_device()
9764 rc = hpsa_sas_port_add_rphy(hpsa_sas_port, rphy); in hpsa_add_sas_device()
9792 hpsa_sas_get_enclosure_identifier(struct sas_rphy *rphy, u64 *identifier) in hpsa_sas_get_enclosure_identifier() argument
9794 struct Scsi_Host *shost = phy_to_shost(rphy); in hpsa_sas_get_enclosure_identifier()
9806 sd = hpsa_find_device_by_sas_rphy(h, rphy); in hpsa_sas_get_enclosure_identifier()
9816 hpsa_sas_get_bay_identifier(struct sas_rphy *rphy) in hpsa_sas_get_bay_identifier() argument