Lines Matching refs:phy_capabilities
142 SAS_CAPABILITIES_T phy_capabilities; in scic_sds_phy_link_layer_initialization() local
198 phy_capabilities.u.all = 0; in scic_sds_phy_link_layer_initialization()
199 phy_capabilities.u.bits.start = 1; in scic_sds_phy_link_layer_initialization()
200 phy_capabilities.u.bits.gen3_without_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
201 phy_capabilities.u.bits.gen2_without_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
202 phy_capabilities.u.bits.gen1_without_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
272 phy_capabilities.u.bits.gen3_with_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
273 phy_capabilities.u.bits.gen2_with_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
274 phy_capabilities.u.bits.gen1_with_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
302 parity_check = phy_capabilities.u.all; in scic_sds_phy_link_layer_initialization()
313 phy_capabilities.u.bits.parity = 1; in scic_sds_phy_link_layer_initialization()
315 SCU_SAS_PHYCAP_WRITE(this_phy, phy_capabilities.u.all); in scic_sds_phy_link_layer_initialization()