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()
708 mpt3sas_port->remote_identify.sas_address); in mpt3sas_transport_port_add()
733 (unsigned long long)mpt3sas_port->remote_identify.sas_address); in mpt3sas_transport_port_add()
746 mpt3sas_port->remote_identify.sas_address, in mpt3sas_transport_port_add()
772 mpt3sas_transport_port_remove(struct MPT3SAS_ADAPTER *ioc, u64 sas_address, in mpt3sas_transport_port_remove() argument
791 if (mpt3sas_port->remote_identify.sas_address != sas_address) in mpt3sas_transport_port_remove()
804 if (sas_node->phy[i].remote_identify.sas_address == sas_address) in mpt3sas_transport_port_remove()
817 mpt3sas_port->remote_identify.sas_address, in mpt3sas_transport_port_remove()
828 __func__, (unsigned long long)sas_address); in mpt3sas_transport_port_remove()
891 mpt3sas_phy->identify.sas_address, in mpt3sas_transport_add_host_phy()
894 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_add_host_phy()
961 mpt3sas_phy->identify.sas_address, in mpt3sas_transport_add_expander_phy()
964 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_add_expander_phy()
979 u64 sas_address, u16 handle, u8 phy_number, u8 link_rate) in mpt3sas_transport_update_links() argument
989 sas_node = _transport_sas_node_find_by_sas_address(ioc, sas_address); in mpt3sas_transport_update_links()
1002 mpt3sas_phy, mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_update_links()
1016 (unsigned long long)sas_address, in mpt3sas_transport_update_links()
1018 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_update_links()
1140 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_get_expander_phy_error_log()
1152 (u64)phy->identify.sas_address, in _transport_get_expander_phy_error_log()
1230 phy->identify.sas_address) == NULL) { in _transport_get_linkerrors()
1236 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_get_linkerrors()
1281 rphy->identify.sas_address); in _transport_get_enclosure_identifier()
1311 rphy->identify.sas_address); in _transport_get_bay_identifier()
1435 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_expander_phy_control()
1447 (u64)phy->identify.sas_address, in _transport_expander_phy_control()
1518 phy->identify.sas_address) == NULL) { in _transport_phy_reset()
1525 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_reset()
1574 phy->identify.sas_address) == NULL) { in _transport_phy_enable()
1581 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_enable()
1711 phy->identify.sas_address) == NULL) { in _transport_phy_speed()
1728 if (phy->identify.sas_address != ioc->sas_hba.sas_address) { in _transport_phy_speed()
1915 cpu_to_le64(rphy->identify.sas_address) : in _transport_smp_handler()
1916 cpu_to_le64(ioc->sas_hba.sas_address); in _transport_smp_handler()