Searched refs:port_sas_address (Results 1 – 2 of 2) sorted by relevance
692 struct sci_sas_address port_sas_address; in sci_port_general_link_up_handler() local695 sci_port_get_attached_sas_address(iport, &port_sas_address); in sci_port_general_link_up_handler()703 if ((phy_sas_address.high == port_sas_address.high && in sci_port_general_link_up_handler()704 phy_sas_address.low == port_sas_address.low) || in sci_port_general_link_up_handler()1207 struct sci_sas_address port_sas_address; in sci_port_add_phy() local1210 sci_port_get_sas_address(iport, &port_sas_address); in sci_port_add_phy()1212 if (port_sas_address.high != 0 && port_sas_address.low != 0) { in sci_port_add_phy()1220 if (port_sas_address.high != phy_sas_address.high || in sci_port_add_phy()1221 port_sas_address.low != phy_sas_address.low) in sci_port_add_phy()
120 struct sci_sas_address port_sas_address; in sci_port_configuration_agent_find_port() local136 sci_port_get_sas_address(iport, &port_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()