Lines Matching refs:sas_hba
76 if (ioc->sas_hba.sas_address == sas_address) in _transport_sas_node_find_by_sas_address()
77 return &ioc->sas_hba; in _transport_sas_node_find_by_sas_address()
1285 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_get_linkerrors()
1612 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_reset()
1669 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_enable()
1677 sz = offsetof(Mpi2SasIOUnitPage0_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_enable()
1703 for (i = 0, discovery_active = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()
1720 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_enable()
1746 for (i = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()
1817 if (phy->identify.sas_address != ioc->sas_hba.sas_address) { in _transport_phy_speed()
1827 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_speed()
1852 for (i = 0; i < ioc->sas_hba.num_phys; i++) { in _transport_phy_speed()
1855 (ioc->sas_hba.phy[i].phy->minimum_linkrate + in _transport_phy_speed()
1856 (ioc->sas_hba.phy[i].phy->maximum_linkrate << 4)); in _transport_phy_speed()
2040 cpu_to_le64(ioc->sas_hba.sas_address); in _transport_smp_handler()