Lines Matching defs:firmware_feature
7816 struct pqi_firmware_feature *firmware_feature);
7820 struct pqi_firmware_feature *firmware_feature)
7822 if (!firmware_feature->supported) {
7824 firmware_feature->feature_name);
7828 if (firmware_feature->enabled) {
7830 "%s enabled\n", firmware_feature->feature_name);
7835 firmware_feature->feature_name);
7839 struct pqi_firmware_feature *firmware_feature)
7841 switch (firmware_feature->feature_bit) {
7843 ctrl_info->enable_r1_writes = firmware_feature->enabled;
7846 ctrl_info->enable_r5_writes = firmware_feature->enabled;
7849 ctrl_info->enable_r6_writes = firmware_feature->enabled;
7853 firmware_feature->enabled &&
7857 ctrl_info->raid_iu_timeout_supported = firmware_feature->enabled;
7860 ctrl_info->tmf_iu_timeout_supported = firmware_feature->enabled;
7863 ctrl_info->firmware_triage_supported = firmware_feature->enabled;
7864 pqi_save_fw_triage_setting(ctrl_info, firmware_feature->enabled);
7867 ctrl_info->rpl_extended_format_4_5_supported = firmware_feature->enabled;
7870 ctrl_info->multi_lun_device_supported = firmware_feature->enabled;
7874 pqi_firmware_feature_status(ctrl_info, firmware_feature);
7878 struct pqi_firmware_feature *firmware_feature)
7880 if (firmware_feature->feature_status)
7881 firmware_feature->feature_status(ctrl_info, firmware_feature);