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()
175 identify->sas_address = le64_to_cpu(sas_device_pg0.SASAddress); in _transport_set_identify()
294 u64 sas_address, struct sas_expander_device *edev) in _transport_expander_report_manufacture() argument
385 mpi_request->SASAddress = cpu_to_le64(sas_address); in _transport_expander_report_manufacture()
394 ioc->name, (unsigned long long)sas_address)); in _transport_expander_report_manufacture()
473 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_delete_port() local
479 (unsigned long long) sas_address); in _transport_delete_port()
483 mpt3sas_device_remove_by_sas_address(ioc, sas_address); in _transport_delete_port()
486 mpt3sas_expander_remove(ioc, sas_address); in _transport_delete_port()
502 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_delete_phy() local
506 (unsigned long long) sas_address, mpt3sas_phy->phy_id); in _transport_delete_phy()
526 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_add_phy() local
530 sas_address, mpt3sas_phy->phy_id); in _transport_add_phy()
550 u64 sas_address) in _transport_add_phy_to_an_existing_port() argument
560 if (mpt3sas_port->remote_identify.sas_address != in _transport_add_phy_to_an_existing_port()
561 sas_address) in _transport_add_phy_to_an_existing_port()
619 u64 sas_address) in _transport_sanity_check() argument
624 if (sas_node->phy[i].remote_identify.sas_address != sas_address) in _transport_sanity_check()
645 u64 sas_address) in mpt3sas_transport_port_add() argument
666 sas_node = _transport_sas_node_find_by_sas_address(ioc, sas_address); in mpt3sas_transport_port_add()
672 ioc->name, __func__, (unsigned long long)sas_address); in mpt3sas_transport_port_add()
690 mpt3sas_port->remote_identify.sas_address); in mpt3sas_transport_port_add()
693 if (sas_node->phy[i].remote_identify.sas_address != in mpt3sas_transport_port_add()
694 mpt3sas_port->remote_identify.sas_address) in mpt3sas_transport_port_add()
720 mpt3sas_port->remote_identify.sas_address, in mpt3sas_transport_port_add()
742 mpt3sas_port->remote_identify.sas_address); in mpt3sas_transport_port_add()
754 mpt3sas_port->remote_identify.sas_address, in mpt3sas_transport_port_add()
779 mpt3sas_transport_port_remove(struct MPT3SAS_ADAPTER *ioc, u64 sas_address, in mpt3sas_transport_port_remove() argument
798 if (mpt3sas_port->remote_identify.sas_address != sas_address) in mpt3sas_transport_port_remove()
811 if (sas_node->phy[i].remote_identify.sas_address == sas_address) in mpt3sas_transport_port_remove()
824 mpt3sas_port->remote_identify.sas_address, in mpt3sas_transport_port_remove()
893 mpt3sas_phy->identify.sas_address, in mpt3sas_transport_add_host_phy()
896 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_add_host_phy()
963 mpt3sas_phy->identify.sas_address, in mpt3sas_transport_add_expander_phy()
966 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_add_expander_phy()
983 u64 sas_address, u16 handle, u8 phy_number, u8 link_rate) in mpt3sas_transport_update_links() argument
993 sas_node = _transport_sas_node_find_by_sas_address(ioc, sas_address); in mpt3sas_transport_update_links()
1006 mpt3sas_phy, mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_update_links()
1020 (unsigned long long)sas_address, in mpt3sas_transport_update_links()
1022 mpt3sas_phy->remote_identify.sas_address); in mpt3sas_transport_update_links()
1165 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_get_expander_phy_error_log()
1177 ioc->name, (unsigned long long)phy->identify.sas_address, in _transport_get_expander_phy_error_log()
1259 phy->identify.sas_address) == NULL) { in _transport_get_linkerrors()
1265 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_get_linkerrors()
1310 rphy->identify.sas_address); in _transport_get_enclosure_identifier()
1338 rphy->identify.sas_address); in _transport_get_bay_identifier()
1481 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_expander_phy_control()
1507 ioc->name, (unsigned long long)phy->identify.sas_address, in _transport_expander_phy_control()
1581 phy->identify.sas_address) == NULL) { in _transport_phy_reset()
1588 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_reset()
1638 phy->identify.sas_address) == NULL) { in _transport_phy_enable()
1645 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_enable()
1776 phy->identify.sas_address) == NULL) { in _transport_phy_speed()
1793 if (phy->identify.sas_address != ioc->sas_hba.sas_address) { in _transport_phy_speed()
2015 cpu_to_le64(rphy->identify.sas_address) : in _transport_smp_handler()
2016 cpu_to_le64(ioc->sas_hba.sas_address); in _transport_smp_handler()