Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7696 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_supported() argument
7703 if (byte_index >= le16_to_cpu(firmware_features->num_elements)) in pqi_is_firmware_feature_supported()
7706 return firmware_features->features_supported[byte_index] & in pqi_is_firmware_feature_supported()
7711 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_enabled() argument
7719 (le16_to_cpu(firmware_features->num_elements) * 2); in pqi_is_firmware_feature_enabled()
7730 struct pqi_config_table_firmware_features *firmware_features, in pqi_request_firmware_feature() argument
7736 le16_to_cpu(firmware_features->num_elements); in pqi_request_firmware_feature()
7738 firmware_features->features_supported[byte_index] |= in pqi_request_firmware_feature()
7763 struct pqi_config_table_firmware_features *firmware_features, in pqi_enable_firmware_features() argument
7770 features_requested = firmware_features->features_supported + in pqi_enable_firmware_features()
[all …]