Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/isci/scil/
HDscic_sds_port_configuration_agent.c214 SCI_SAS_ADDRESS_T first_address; in scic_sds_port_configuration_agent_validate_ports() local
260 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address); in scic_sds_port_configuration_agent_validate_ports()
263 if (sci_sas_address_compare(first_address, second_address) == 0) in scic_sds_port_configuration_agent_validate_ports()
276 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address); in scic_sds_port_configuration_agent_validate_ports()
279 if (sci_sas_address_compare(first_address, second_address) == 0) in scic_sds_port_configuration_agent_validate_ports()
293 scic_sds_phy_get_sas_address(&controller->phy_table[1], &first_address); in scic_sds_port_configuration_agent_validate_ports()
296 if (sci_sas_address_compare(first_address, second_address) == 0) in scic_sds_port_configuration_agent_validate_ports()