Home
last modified time | relevance | path

Searched refs:phy_sas_address (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/isci/
Dport_config.c122 struct sci_sas_address phy_sas_address; in sci_port_configuration_agent_find_port() local
130 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()
Dport.c695 struct sci_sas_address phy_sas_address; in sci_port_general_link_up_handler() local
698 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() local
1221 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()