Home
last modified time | relevance | path

Searched refs:max_speed_generation (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/sys/dev/isci/scil/
HDscic_config_parameters.h142 U8 max_speed_generation; member
HDscic_sds_phy.c379 phys[this_phy->phy_index].max_speed_generation == SCIC_SDS_PARM_GEN3_SPEED) in scic_sds_phy_link_layer_initialization()
386 phys[this_phy->phy_index].max_speed_generation == SCIC_SDS_PARM_GEN2_SPEED) in scic_sds_phy_link_layer_initialization()
1108 U8 max_speed_generation; in scic_phy_get_properties() local
1127 max_speed_generation = in scic_phy_get_properties()
1129 phys[this_phy->phy_index].max_speed_generation; in scic_phy_get_properties()
1133 if (max_speed_generation == SCIC_SDS_PARM_GEN3_SPEED) in scic_phy_get_properties()
1135 else if (max_speed_generation == SCIC_SDS_PARM_GEN2_SPEED) in scic_phy_get_properties()
HDscic_sds_port.c153 phy_index].max_speed_generation != in scic_sds_port_is_valid_phy_assignment()
155 existing_phy_index].max_speed_generation) in scic_sds_port_is_valid_phy_assignment()
HDscic_sds_controller.c3724 this_controller->user_parameters.sds1.phys[index].max_speed_generation = 2; in scic_sds_controller_set_default_config_parameters()
4608 ( scic_parms->sds1.phys[index].max_speed_generation in scic_user_parameters_set()
4610 && scic_parms->sds1.phys[index].max_speed_generation in scic_user_parameters_set()
/freebsd-head/sys/dev/isci/
HDisci_controller.c342 scic_user_parameters.sds1.phys[i].max_speed_generation = in isci_controller_initialize()