Lines Matching defs:phy
9570 struct sas_phy *phy;
9576 phy = sas_phy_alloc(hpsa_sas_port->parent_node->parent_dev,
9578 if (!phy) {
9584 hpsa_sas_phy->phy = phy;
9592 struct sas_phy *phy = hpsa_sas_phy->phy;
9594 sas_port_delete_phy(hpsa_sas_phy->parent_port->port, phy);
9597 sas_phy_delete(phy);
9605 struct sas_phy *phy;
9609 phy = hpsa_sas_phy->phy;
9611 identify = &phy->identify;
9617 phy->minimum_linkrate_hw = SAS_LINK_RATE_UNKNOWN;
9618 phy->maximum_linkrate_hw = SAS_LINK_RATE_UNKNOWN;
9619 phy->minimum_linkrate = SAS_LINK_RATE_UNKNOWN;
9620 phy->maximum_linkrate = SAS_LINK_RATE_UNKNOWN;
9621 phy->negotiated_linkrate = SAS_LINK_RATE_UNKNOWN;
9623 rc = sas_phy_add(hpsa_sas_phy->phy);
9627 sas_port_add_phy(hpsa_sas_port->port, hpsa_sas_phy->phy);
9782 sas_phy_free(hpsa_sas_phy->phy);
9841 hpsa_sas_get_linkerrors(struct sas_phy *phy)
9877 hpsa_sas_phy_reset(struct sas_phy *phy, int hard_reset)
9883 hpsa_sas_phy_enable(struct sas_phy *phy, int enable)
9889 hpsa_sas_phy_setup(struct sas_phy *phy)
9895 hpsa_sas_phy_release(struct sas_phy *phy)
9900 hpsa_sas_phy_speed(struct sas_phy *phy, struct sas_phy_linkrates *rates)