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()
1224 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_get_linkerrors()
1513 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_reset()
1569 if (phy->identify.sas_address != ioc->sas_hba.sas_address) in _transport_phy_enable()
1577 sz = offsetof(Mpi2SasIOUnitPage0_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_enable()
1603 for (i = 0, discovery_active = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()
1618 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_enable()
1644 for (i = 0; i < ioc->sas_hba.num_phys ; i++) { in _transport_phy_enable()
1716 if (phy->identify.sas_address != ioc->sas_hba.sas_address) { in _transport_phy_speed()
1726 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys * in _transport_phy_speed()
1751 for (i = 0; i < ioc->sas_hba.num_phys; i++) { in _transport_phy_speed()
1754 (ioc->sas_hba.phy[i].phy->minimum_linkrate + in _transport_phy_speed()
1755 (ioc->sas_hba.phy[i].phy->maximum_linkrate << 4)); in _transport_phy_speed()
1904 cpu_to_le64(ioc->sas_hba.sas_address); in _transport_smp_handler()