Lines Matching refs:phy
44 struct sas_phy *phy; member
74 void sas_deform_port(struct asd_sas_phy *phy, int gone);
88 int sas_smp_get_phy_events(struct sas_phy *phy);
90 void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event);
97 int sas_try_ata_reset(struct asd_sas_phy *phy);
152 struct sas_phy *phy = p->phy; in sas_phy_set_target() local
156 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target()
158 phy->identify.device_type = dev->dev_type; in sas_phy_set_target()
159 phy->identify.target_port_protocols = dev->tproto; in sas_phy_set_target()
161 phy->identify.device_type = SAS_PHY_UNUSED; in sas_phy_set_target()
162 phy->identify.target_port_protocols = 0; in sas_phy_set_target()
178 sas_port_add_phy(ex->parent_port, ex_phy->phy); in sas_add_parent_port()