Lines Matching refs:sas_address
74 u64 sas_address) in _transport_sas_node_find_by_sas_address() argument
76 if (ioc->sas_hba.sas_address == sas_address) in _transport_sas_node_find_by_sas_address()
80 sas_address); in _transport_sas_node_find_by_sas_address()
172 identify->sas_address = le64_to_cpu(sas_device_pg0.SASAddress); in _transport_set_identify()
291 u64 sas_address, struct sas_expander_device *edev) in _transport_expander_report_manufacture() argument
359 mpi_request->SASAddress = cpu_to_le64(sas_address); in _transport_expander_report_manufacture()
368 (u64)sas_address)); in _transport_expander_report_manufacture()
441 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_delete_port() local
447 (unsigned long long) sas_address); in _transport_delete_port()
451 mpt3sas_device_remove_by_sas_address(ioc, sas_address); in _transport_delete_port()
454 mpt3sas_expander_remove(ioc, sas_address); in _transport_delete_port()
468 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_delete_phy() local
472 (unsigned long long) sas_address, mpt3sas_phy->phy_id); in _transport_delete_phy()
490 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_add_phy() local
494 sas_address, mpt3sas_phy->phy_id); in _transport_add_phy()
512 u64 sas_address) in _transport_add_phy_to_an_existing_port() argument
522 if (mpt3sas_port->remote_identify.sas_address != in _transport_add_phy_to_an_existing_port()
523 sas_address) in _transport_add_phy_to_an_existing_port()
579 u64 sas_address) in _transport_sanity_check() argument
584 if (sas_node->phy[i].remote_identify.sas_address != sas_address) in _transport_sanity_check()
605 u64 sas_address) in mpt3sas_transport_port_add() argument
627 sas_node = _transport_sas_node_find_by_sas_address(ioc, sas_address); in mpt3sas_transport_port_add()
632 __func__, (u64)sas_address); in mpt3sas_transport_port_add()
650 mpt3sas_port->remote_identify.sas_address); in mpt3sas_transport_port_add()
653 if (sas_node->phy[i].remote_identify.sas_address != in mpt3sas_transport_port_add()
654 mpt3sas_port->remote_identify.sas_address) in mpt3sas_transport_port_add()
685 mpt3sas_port->remote_identify.sas_address, in mpt3sas_transport_port_add()
702 mpt3sas_port->remote_identify.sas_address); in mpt3sas_transport_port_add()
726 mpt3sas_port->remote_identify.sas_address); in mpt3sas_transport_port_add()
738 mpt3sas_port->remote_identify.sas_address, in mpt3sas_transport_port_add()
761 mpt3sas_transport_port_remove(struct MPT3SAS_ADAPTER *ioc, u64 sas_address, in mpt3sas_transport_port_remove() argument
780 if (mpt3sas_port->remote_identify.sas_address != sas_address) in mpt3sas_transport_port_remove()
793 if (sas_node->phy[i].remote_identify.sas_address == sas_address) in mpt3sas_transport_port_remove()
806 mpt3sas_port->remote_identify.sas_address, in mpt3sas_transport_port_remove()
878 mpt3sas_phy->identify.sas_address, in mpt3sas_transport_add_host_phy()
881 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_add_host_phy()
948 mpt3sas_phy->identify.sas_address, in mpt3sas_transport_add_expander_phy()
951 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_add_expander_phy()
966 u64 sas_address, u16 handle, u8 phy_number, u8 link_rate) in mpt3sas_transport_update_links() argument
976 sas_node = _transport_sas_node_find_by_sas_address(ioc, sas_address); in mpt3sas_transport_update_links()
989 mpt3sas_phy, mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_update_links()
1003 (unsigned long long)sas_address, in mpt3sas_transport_update_links()
1005 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_update_links()
1127 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_get_expander_phy_error_log()
1139 (u64)phy->identify.sas_address, in _transport_get_expander_phy_error_log()
1217 phy->identify.sas_address) == NULL) { in _transport_get_linkerrors()
1223 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_get_linkerrors()
1268 rphy->identify.sas_address); in _transport_get_enclosure_identifier()
1298 rphy->identify.sas_address); in _transport_get_bay_identifier()
1422 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_expander_phy_control()
1434 (u64)phy->identify.sas_address, in _transport_expander_phy_control()
1505 phy->identify.sas_address) == NULL) { in _transport_phy_reset()
1512 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_reset()
1561 phy->identify.sas_address) == NULL) { in _transport_phy_enable()
1568 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_enable()
1698 phy->identify.sas_address) == NULL) { in _transport_phy_speed()
1715 if (phy->identify.sas_address != ioc->sas_hba.sas_address) { in _transport_phy_speed()
1902 cpu_to_le64(rphy->identify.sas_address) : in _transport_smp_handler()
1903 cpu_to_le64(ioc->sas_hba.sas_address); in _transport_smp_handler()