Searched refs:firmware_feature (Results 1 – 1 of 1) sorted by relevance
169 pqi_firmware_feature_t *firmware_feature);181 struct pqi_firmware_feature *firmware_feature) in pqi_firmware_feature_status() argument183 if (!firmware_feature->supported) { in pqi_firmware_feature_status()185 firmware_feature->feature_name); in pqi_firmware_feature_status()189 if (firmware_feature->enabled) { in pqi_firmware_feature_status()190 DBG_NOTE("%s enabled\n", firmware_feature->feature_name); in pqi_firmware_feature_status()194 DBG_NOTE("failed to enable %s\n", firmware_feature->feature_name); in pqi_firmware_feature_status()199 struct pqi_firmware_feature *firmware_feature) in pqi_ctrl_update_feature_flags() argument201 switch (firmware_feature->feature_bit) { in pqi_ctrl_update_feature_flags()203 softs->aio_raid1_write_bypass = firmware_feature->enabled; in pqi_ctrl_update_feature_flags()[all …]