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()
724 (unsigned long long)mpt3sas_port->remote_identify.sas_address); in mpt3sas_transport_port_add()
737 mpt3sas_port->remote_identify.sas_address, in mpt3sas_transport_port_add()
760 mpt3sas_transport_port_remove(struct MPT3SAS_ADAPTER *ioc, u64 sas_address, in mpt3sas_transport_port_remove() argument
779 if (mpt3sas_port->remote_identify.sas_address != sas_address) in mpt3sas_transport_port_remove()
792 if (sas_node->phy[i].remote_identify.sas_address == sas_address) in mpt3sas_transport_port_remove()
805 mpt3sas_port->remote_identify.sas_address, in mpt3sas_transport_port_remove()
816 __func__, (unsigned long long)sas_address); in mpt3sas_transport_port_remove()
879 mpt3sas_phy->identify.sas_address, in mpt3sas_transport_add_host_phy()
882 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_add_host_phy()
949 mpt3sas_phy->identify.sas_address, in mpt3sas_transport_add_expander_phy()
952 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_add_expander_phy()
967 u64 sas_address, u16 handle, u8 phy_number, u8 link_rate) in mpt3sas_transport_update_links() argument
977 sas_node = _transport_sas_node_find_by_sas_address(ioc, sas_address); in mpt3sas_transport_update_links()
990 mpt3sas_phy, mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_update_links()
1004 (unsigned long long)sas_address, in mpt3sas_transport_update_links()
1006 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_update_links()
1128 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_get_expander_phy_error_log()
1140 (u64)phy->identify.sas_address, in _transport_get_expander_phy_error_log()
1218 phy->identify.sas_address) == NULL) { in _transport_get_linkerrors()
1224 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_get_linkerrors()
1269 rphy->identify.sas_address); in _transport_get_enclosure_identifier()
1299 rphy->identify.sas_address); in _transport_get_bay_identifier()
1423 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_expander_phy_control()
1435 (u64)phy->identify.sas_address, in _transport_expander_phy_control()
1506 phy->identify.sas_address) == NULL) { in _transport_phy_reset()
1513 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_reset()
1562 phy->identify.sas_address) == NULL) { in _transport_phy_enable()
1569 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_enable()
1699 phy->identify.sas_address) == NULL) { in _transport_phy_speed()
1716 if (phy->identify.sas_address != ioc->sas_hba.sas_address) { in _transport_phy_speed()
1903 cpu_to_le64(rphy->identify.sas_address) : in _transport_smp_handler()
1904 cpu_to_le64(ioc->sas_hba.sas_address); in _transport_smp_handler()