Lines Matching refs:rphy

657 	struct sas_rphy *rphy;  in mpt2sas_transport_port_add()  local
734 rphy = sas_end_device_alloc(port); in mpt2sas_transport_port_add()
736 rphy = sas_expander_alloc(port, in mpt2sas_transport_port_add()
739 rphy->identify = mpt2sas_port->remote_identify; in mpt2sas_transport_port_add()
740 if ((sas_rphy_add(rphy))) { in mpt2sas_transport_port_add()
745 dev_printk(KERN_INFO, &rphy->dev, "add: handle(0x%04x), " in mpt2sas_transport_port_add()
749 mpt2sas_port->rphy = rphy; in mpt2sas_transport_port_add()
761 rphy_to_expander_device(rphy)); in mpt2sas_transport_port_add()
1036 rphy_to_ioc(struct sas_rphy *rphy) in rphy_to_ioc() argument
1038 struct Scsi_Host *shost = dev_to_shost(rphy->dev.parent->parent); in rphy_to_ioc()
1318 _transport_get_enclosure_identifier(struct sas_rphy *rphy, u64 *identifier) in _transport_get_enclosure_identifier() argument
1320 struct MPT2SAS_ADAPTER *ioc = rphy_to_ioc(rphy); in _transport_get_enclosure_identifier()
1327 rphy->identify.sas_address); in _transport_get_enclosure_identifier()
1346 _transport_get_bay_identifier(struct sas_rphy *rphy) in _transport_get_bay_identifier() argument
1348 struct MPT2SAS_ADAPTER *ioc = rphy_to_ioc(rphy); in _transport_get_bay_identifier()
1355 rphy->identify.sas_address); in _transport_get_bay_identifier()
1896 _transport_smp_handler(struct Scsi_Host *shost, struct sas_rphy *rphy, in _transport_smp_handler() argument
2033 mpi_request->SASAddress = (rphy) ? in _transport_smp_handler()
2034 cpu_to_le64(rphy->identify.sas_address) : in _transport_smp_handler()