Searched refs:port_sas_address (Results 1 – 2 of 2) sorted by relevance
694 struct sci_sas_address port_sas_address; in sci_port_general_link_up_handler() local697 sci_port_get_attached_sas_address(iport, &port_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()1210 struct sci_sas_address port_sas_address; in sci_port_add_phy() local1213 sci_port_get_sas_address(iport, &port_sas_address); in sci_port_add_phy()1215 if (port_sas_address.high != 0 && port_sas_address.low != 0) { 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()
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()