Searched refs:port_sas_address (Results 1 – 2 of 2) sorted by relevance
693 struct sci_sas_address port_sas_address; in sci_port_general_link_up_handler() local696 sci_port_get_attached_sas_address(iport, &port_sas_address); in sci_port_general_link_up_handler()704 if ((phy_sas_address.high == port_sas_address.high && in sci_port_general_link_up_handler()705 phy_sas_address.low == port_sas_address.low) || in sci_port_general_link_up_handler()1208 struct sci_sas_address port_sas_address; in sci_port_add_phy() local1211 sci_port_get_sas_address(iport, &port_sas_address); in sci_port_add_phy()1213 if (port_sas_address.high != 0 && port_sas_address.low != 0) { in sci_port_add_phy()1221 if (port_sas_address.high != phy_sas_address.high || in sci_port_add_phy()1222 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()