Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/isci/
H A Dport_config.c163 struct sci_sas_address first_address; in sci_port_configuration_agent_validate_ports() local
197 sci_phy_get_sas_address(&ihost->phys[0], &first_address); in sci_port_configuration_agent_validate_ports()
200 if (sci_sas_address_compare(first_address, second_address) == 0) { in sci_port_configuration_agent_validate_ports()
210 sci_phy_get_sas_address(&ihost->phys[0], &first_address); in sci_port_configuration_agent_validate_ports()
213 if (sci_sas_address_compare(first_address, second_address) == 0) { in sci_port_configuration_agent_validate_ports()
224 sci_phy_get_sas_address(&ihost->phys[1], &first_address); in sci_port_configuration_agent_validate_ports()
227 if (sci_sas_address_compare(first_address, second_address) == 0) { in sci_port_configuration_agent_validate_ports()