Searched refs:sas_hba (Results 1 – 7 of 7) sorted by relevance
510 return &mrioc->sas_hba; in __mpi3mr_sas_node_find_by_sas_address()1153 mrioc->sas_hba.handle = 0; in mpi3mr_sas_host_refresh()1161 if (!mrioc->sas_hba.handle) in mpi3mr_sas_host_refresh()1169 mrioc->sas_hba.phy[i].handle = mrioc->sas_hba.handle; in mpi3mr_sas_host_refresh()1224 if (!mrioc->sas_hba.phy) in mpi3mr_sas_host_add()1241 mrioc->sas_hba.handle = 0; in mpi3mr_sas_host_add()1260 if (!mrioc->sas_hba.handle) in mpi3mr_sas_host_add()1269 mrioc->sas_hba.phy[i].handle = mrioc->sas_hba.handle; in mpi3mr_sas_host_add()1295 mrioc->sas_hba.handle, in mpi3mr_sas_host_add()1717 (mrioc->sas_hba.num_phys * in mpi3mr_refresh_sas_ports()[all …]
1734 parent_sas_address = mrioc->sas_hba.sas_address; in mpi3mr_sastopochg_evt_bh()2040 if (!mrioc->sas_hba.num_phys) in mpi3mr_fwevt_bh()5560 if (mrioc->sas_hba.num_phys) { in mpi3mr_remove()5561 kfree(mrioc->sas_hba.phy); in mpi3mr_remove()5562 mrioc->sas_hba.phy = NULL; in mpi3mr_remove()5563 mrioc->sas_hba.num_phys = 0; in mpi3mr_remove()
1353 struct mpi3mr_sas_node sas_hba; member
95 if (ioc->sas_hba.sas_address == sas_address) in _transport_sas_node_find_by_sas_address()96 return &ioc->sas_hba; in _transport_sas_node_find_by_sas_address()745 if (sas_node->handle <= ioc->sas_hba.num_phys) { in mpt3sas_transport_port_add()807 if (sas_node->handle <= ioc->sas_hba.num_phys) { in mpt3sas_transport_port_add()818 if (sas_node->handle <= ioc->sas_hba.num_phys) in mpt3sas_transport_port_add()924 if (sas_node->handle <= ioc->sas_hba.num_phys && in mpt3sas_transport_port_remove()1185 if ((sas_node->handle <= ioc->sas_hba.num_phys) && in mpt3sas_transport_update_links()1856 for (i = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()1965 for (i = 0; i < ioc->sas_hba.num_phys; i++) { in _transport_phy_speed()1968 (ioc->sas_hba.phy[i].phy->minimum_linkrate + in _transport_phy_speed()[all …]
6652 ioc->sas_hba.phy[i].handle = ioc->sas_hba.handle; in _scsih_sas_host_refresh()6657 ioc->sas_hba.phy[i].port = in _scsih_sas_host_refresh()6711 ioc->sas_hba.phy = kcalloc(ioc->sas_hba.nr_phys_allocated, in _scsih_sas_host_add()6713 if (!ioc->sas_hba.phy) { in _scsih_sas_host_add()6824 ioc->sas_hba.phy[i].handle = ioc->sas_hba.handle; in _scsih_sas_host_add()6826 ioc->sas_hba.phy[i].port = in _scsih_sas_host_add()6841 ioc->sas_hba.handle, in _scsih_sas_host_add()6843 ioc->sas_hba.num_phys); in _scsih_sas_host_add()7588 if (!ioc->sas_hba.num_phys) in _scsih_sas_topology_change_event()11319 kfree(ioc->sas_hba.phy); in scsih_remove()[all …]
1473 struct _sas_node sas_hba; member
3407 (unsigned long long)ioc->sas_hba.sas_address); in host_sas_address_show()