Searched refs:phy_sas_address (Results 1 – 2 of 2) sorted by relevance
122 struct sci_sas_address phy_sas_address; in sci_port_configuration_agent_find_port() local130 sci_phy_get_sas_address(iphy, &phy_sas_address); in sci_port_configuration_agent_find_port()139 if (sci_sas_address_compare(port_sas_address, phy_sas_address) == 0 && in sci_port_configuration_agent_find_port()
695 struct sci_sas_address phy_sas_address; in sci_port_general_link_up_handler() local698 sci_phy_get_attached_sas_address(iphy, &phy_sas_address); in sci_port_general_link_up_handler()705 if ((phy_sas_address.high == port_sas_address.high && in sci_port_general_link_up_handler()706 phy_sas_address.low == port_sas_address.low) || in sci_port_general_link_up_handler()1216 struct sci_sas_address phy_sas_address; in sci_port_add_phy() local1221 sci_phy_get_sas_address(iphy, &phy_sas_address); in sci_port_add_phy()1223 if (port_sas_address.high != phy_sas_address.high || in sci_port_add_phy()1224 port_sas_address.low != phy_sas_address.low) in sci_port_add_phy()