Home
last modified time | relevance | path

Searched refs:phy_capabilities (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/isci/scil/
H A Dscic_sds_phy_registers.h240 scu_link_layer_register_read(phy, phy_capabilities)
244 scu_link_layer_register_write(phy, phy_capabilities, value)
H A Dscic_sds_phy.c144 SAS_CAPABILITIES_T phy_capabilities; in scic_sds_phy_link_layer_initialization() local
200 phy_capabilities.u.all = 0; in scic_sds_phy_link_layer_initialization()
201 phy_capabilities.u.bits.start = 1; in scic_sds_phy_link_layer_initialization()
202 phy_capabilities.u.bits.gen3_without_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
203 phy_capabilities.u.bits.gen2_without_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
204 phy_capabilities.u.bits.gen1_without_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
274 phy_capabilities.u.bits.gen3_with_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
275 phy_capabilities.u.bits.gen2_with_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
276 phy_capabilities.u.bits.gen1_with_ssc_supported = 1; in scic_sds_phy_link_layer_initialization()
304 parity_check = phy_capabilities.u.all; in scic_sds_phy_link_layer_initialization()
[all …]
H A Dscu_registers.h1369 U32 phy_capabilities; member