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()
1264 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_get_linkerrors()
1587 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_reset()
1644 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_enable()
1652 sz = offsetof(Mpi2SasIOUnitPage0_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_enable()
1678 for (i = 0, discovery_active = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()
1695 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_enable()
1721 for (i = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()
1792 if (phy->identify.sas_address != ioc->sas_hba.sas_address) { in _transport_phy_speed()
1802 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_speed()
1827 for (i = 0; i < ioc->sas_hba.num_phys; i++) { in _transport_phy_speed()
1830 (ioc->sas_hba.phy[i].phy->minimum_linkrate + in _transport_phy_speed()
1831 (ioc->sas_hba.phy[i].phy->maximum_linkrate << 4)); in _transport_phy_speed()
2015 cpu_to_le64(ioc->sas_hba.sas_address); in _transport_smp_handler()