Home
last modified time | relevance | path

Searched refs:user_parameters (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_stp_remote_device.c85 device->domain->controller->user_parameters.sas.is_sata_ncq_enabled, in scif_sas_stp_remote_device_construct()
86 (U8) device->domain->controller->user_parameters.sas.max_ncq_depth, in scif_sas_stp_remote_device_construct()
87 device->domain->controller->user_parameters.sas.ignore_fua in scif_sas_stp_remote_device_construct()
H A Dscif_config_parameters.h157 SCIF_USER_PARAMETERS_T * user_parameters
173 SCIF_USER_PARAMETERS_T * user_parameters
H A Dscic_config_parameters.h280 SCIC_USER_PARAMETERS_T * user_parameters
296 SCIC_USER_PARAMETERS_T * user_parameters
H A Dscic_sds_remote_node_context.c208 the_controller->user_parameters.sds1.stp_max_occupancy_timeout; in scic_sds_remote_node_context_construct_buffer()
210 the_controller->user_parameters.sds1.stp_inactivity_timeout; in scic_sds_remote_node_context_construct_buffer()
215 the_controller->user_parameters.sds1.ssp_max_occupancy_timeout; in scic_sds_remote_node_context_construct_buffer()
217 the_controller->user_parameters.sds1.ssp_inactivity_timeout; in scic_sds_remote_node_context_construct_buffer()
H A Dscif_sas_controller.h154 SCIF_USER_PARAMETERS_T user_parameters; member
H A Dscic_sds_phy.c322 this_phy->owning_port->owning_controller->user_parameters.sds1. in scic_sds_phy_link_layer_initialization()
330 this_phy->owning_port->owning_controller->user_parameters.sds1. in scic_sds_phy_link_layer_initialization()
336 this_phy->owning_port->owning_controller->user_parameters.sds1. in scic_sds_phy_link_layer_initialization()
367 user_parameters.sds1.no_outbound_task_timeout in scic_sds_phy_link_layer_initialization()
378 if (this_phy->owning_port->owning_controller->user_parameters.sds1. in scic_sds_phy_link_layer_initialization()
385 else if (this_phy->owning_port->owning_controller->user_parameters.sds1. in scic_sds_phy_link_layer_initialization()
1128 this_phy->owning_port->owning_controller->user_parameters.sds1. in scic_phy_get_properties()
H A Dscic_sds_controller.c3724 this_controller->user_parameters.sds1.phys[index].max_speed_generation = 2; in scic_sds_controller_set_default_config_parameters()
3727 this_controller->user_parameters.sds1.phys[index].align_insertion_frequency = 0x7f; in scic_sds_controller_set_default_config_parameters()
3728 … this_controller->user_parameters.sds1.phys[index].in_connection_align_insertion_frequency = 0xff; in scic_sds_controller_set_default_config_parameters()
3729 …this_controller->user_parameters.sds1.phys[index].notify_enable_spin_up_insertion_frequency = 0x33; in scic_sds_controller_set_default_config_parameters()
3760 this_controller->user_parameters.sds1.stp_inactivity_timeout = 5; in scic_sds_controller_set_default_config_parameters()
3761 this_controller->user_parameters.sds1.ssp_inactivity_timeout = 5; in scic_sds_controller_set_default_config_parameters()
3762 this_controller->user_parameters.sds1.stp_max_occupancy_timeout = 5; in scic_sds_controller_set_default_config_parameters()
3763 this_controller->user_parameters.sds1.ssp_max_occupancy_timeout = 20; in scic_sds_controller_set_default_config_parameters()
3764 this_controller->user_parameters.sds1.no_outbound_task_timeout = 20; in scic_sds_controller_set_default_config_parameters()
4638 (&this_controller->user_parameters), scic_parms, sizeof(*scic_parms)); in scic_user_parameters_set()
[all …]
H A Dscif_sas_controller.c558 memcpy((&fw_controller->user_parameters), scif_parms, sizeof(*scif_parms)); in scif_user_parameters_set()
1163 SCIF_USER_PARAMETERS_T * scif_parms = &(this_controller->user_parameters); in scif_sas_controller_set_default_config_parameters()
H A Dscic_sds_controller.h191 SCIC_USER_PARAMETERS_T user_parameters; member
H A Dscic_sds_port.c152 && (this_port->owning_controller->user_parameters.sds1.phys[ in scic_sds_port_is_valid_phy_assignment()
154 this_port->owning_controller->user_parameters.sds1.phys[ in scic_sds_port_is_valid_phy_assignment()
H A Dscif_sas_controller_state_handlers.c502 if (fw_controller->user_parameters.sas.clear_affiliation_during_controller_stop) in scif_sas_controller_ready_stop_handler()