Lines Matching defs:phy
9555 struct sas_phy *phy;
9561 phy = sas_phy_alloc(hpsa_sas_port->parent_node->parent_dev,
9563 if (!phy) {
9569 hpsa_sas_phy->phy = phy;
9577 struct sas_phy *phy = hpsa_sas_phy->phy;
9579 sas_port_delete_phy(hpsa_sas_phy->parent_port->port, phy);
9582 sas_phy_delete(phy);
9590 struct sas_phy *phy;
9594 phy = hpsa_sas_phy->phy;
9596 identify = &phy->identify;
9602 phy->minimum_linkrate_hw = SAS_LINK_RATE_UNKNOWN;
9603 phy->maximum_linkrate_hw = SAS_LINK_RATE_UNKNOWN;
9604 phy->minimum_linkrate = SAS_LINK_RATE_UNKNOWN;
9605 phy->maximum_linkrate = SAS_LINK_RATE_UNKNOWN;
9606 phy->negotiated_linkrate = SAS_LINK_RATE_UNKNOWN;
9608 rc = sas_phy_add(hpsa_sas_phy->phy);
9612 sas_port_add_phy(hpsa_sas_port->port, hpsa_sas_phy->phy);
9767 sas_phy_free(hpsa_sas_phy->phy);
9826 hpsa_sas_get_linkerrors(struct sas_phy *phy)
9862 hpsa_sas_phy_reset(struct sas_phy *phy, int hard_reset)
9868 hpsa_sas_phy_enable(struct sas_phy *phy, int enable)
9874 hpsa_sas_phy_setup(struct sas_phy *phy)
9880 hpsa_sas_phy_release(struct sas_phy *phy)
9885 hpsa_sas_phy_speed(struct sas_phy *phy, struct sas_phy_linkrates *rates)