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()
1223 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_get_linkerrors()
1512 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_reset()
1568 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_enable()
1576 sz = offsetof(Mpi2SasIOUnitPage0_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_enable()
1602 for (i = 0, discovery_active = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()
1617 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_enable()
1643 for (i = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()
1715 if (phy->identify.sas_address != ioc->sas_hba.sas_address) { in _transport_phy_speed()
1725 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_speed()
1750 for (i = 0; i < ioc->sas_hba.num_phys; i++) { in _transport_phy_speed()
1753 (ioc->sas_hba.phy[i].phy->minimum_linkrate + in _transport_phy_speed()
1754 (ioc->sas_hba.phy[i].phy->maximum_linkrate << 4)); in _transport_phy_speed()
1903 cpu_to_le64(ioc->sas_hba.sas_address); in _transport_smp_handler()