Searched refs:cfg_data (Results 1 – 1 of 1) sorted by relevance
/drivers/scsi/ |
D | dc395x.c | 491 static struct ParameterData __devinitdata cfg_data[] = { variable 553 module_param_named(adapter_id, cfg_data[CFG_ADAPTER_ID].value, int, 0); 556 module_param_named(max_speed, cfg_data[CFG_MAX_SPEED].value, int, 0); 559 module_param_named(dev_mode, cfg_data[CFG_DEV_MODE].value, int, 0); 562 module_param_named(adapter_mode, cfg_data[CFG_ADAPTER_MODE].value, int, 0); 565 module_param_named(tags, cfg_data[CFG_TAGS].value, int, 0); 568 module_param_named(reset_delay, cfg_data[CFG_RESET_DELAY].value, int, 0); 585 cfg_data[i].value = cfg_data[i].safe; in set_safe_settings() 602 cfg_data[CFG_ADAPTER_ID].value, in fix_settings() 603 cfg_data[CFG_MAX_SPEED].value, in fix_settings() [all …]
|