Searched refs:phy_sas_address (Results 1 – 2 of 2) sorted by relevance
869 SCI_SAS_ADDRESS_T phy_sas_address; in scic_sds_port_general_link_up_handler() local872 scic_sds_phy_get_attached_sas_address(the_phy, &phy_sas_address); in scic_sds_port_general_link_up_handler()880 (phy_sas_address.high == port_sas_address.high) in scic_sds_port_general_link_up_handler()881 && (phy_sas_address.low == port_sas_address.low ) in scic_sds_port_general_link_up_handler()2146 SCI_SAS_ADDRESS_T phy_sas_address; in scic_sds_port_stopped_state_add_phy_handler() local2150 scic_sds_phy_get_sas_address(this_phy, &phy_sas_address); in scic_sds_port_stopped_state_add_phy_handler()2153 (port_sas_address.high != phy_sas_address.high) in scic_sds_port_stopped_state_add_phy_handler()2154 || (port_sas_address.low != phy_sas_address.low) in scic_sds_port_stopped_state_add_phy_handler()
150 SCI_SAS_ADDRESS_T phy_sas_address; in scic_sds_port_configuration_agent_find_port() local163 scic_sds_phy_get_sas_address(phy, &phy_sas_address); in scic_sds_port_configuration_agent_find_port()176 (sci_sas_address_compare(port_sas_address, phy_sas_address) == 0) in scic_sds_port_configuration_agent_find_port()