Lines Matching refs:sas_hba
75 if (ioc->sas_hba.sas_address == sas_address) in _transport_sas_node_find_by_sas_address()
76 return &ioc->sas_hba; in _transport_sas_node_find_by_sas_address()
1282 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_get_linkerrors()
1605 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_reset()
1662 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_enable()
1670 sz = offsetof(Mpi2SasIOUnitPage0_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_enable()
1696 for (i = 0, discovery_active = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()
1713 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_enable()
1738 for (i = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()
1808 if (phy->identify.sas_address != ioc->sas_hba.sas_address) { in _transport_phy_speed()
1818 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_speed()
1843 for (i = 0; i < ioc->sas_hba.num_phys; i++) { in _transport_phy_speed()
1846 (ioc->sas_hba.phy[i].phy->minimum_linkrate + in _transport_phy_speed()
1847 (ioc->sas_hba.phy[i].phy->maximum_linkrate << 4)); in _transport_phy_speed()
2033 cpu_to_le64(ioc->sas_hba.sas_address); in _transport_smp_handler()