Lines Matching refs:identify
129 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy()
130 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy()
131 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy()
137 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy()
140 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy()
143 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy()
146 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
157 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target()
159 phy->identify.device_type = dev->dev_type; in sas_phy_set_target()
160 phy->identify.target_port_protocols = dev->tproto; in sas_phy_set_target()
162 phy->identify.device_type = SAS_PHY_UNUSED; in sas_phy_set_target()
163 phy->identify.target_port_protocols = 0; in sas_phy_set_target()