Searched refs:firmware_features (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 6780 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_supported() 6787 if (byte_index >= le16_to_cpu(firmware_features->num_elements)) in pqi_is_firmware_feature_supported() 6790 return firmware_features->features_supported[byte_index] & in pqi_is_firmware_feature_supported() 6795 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_enabled() 6803 (le16_to_cpu(firmware_features->num_elements) * 2); in pqi_is_firmware_feature_enabled() 6814 struct pqi_config_table_firmware_features *firmware_features, in pqi_request_firmware_feature() 6820 le16_to_cpu(firmware_features->num_elements); in pqi_request_firmware_feature() 6822 firmware_features->features_supported[byte_index] |= in pqi_request_firmware_feature() 6848 struct pqi_config_table_firmware_features *firmware_features, in pqi_enable_firmware_features() 6854 features_requested = firmware_features in pqi_enable_firmware_features() 6779 pqi_is_firmware_feature_supported( struct pqi_config_table_firmware_features *firmware_features, unsigned int bit_position) pqi_is_firmware_feature_supported() argument 6794 pqi_is_firmware_feature_enabled( struct pqi_config_table_firmware_features *firmware_features, void __iomem *firmware_features_iomem_addr, unsigned int bit_position) pqi_is_firmware_feature_enabled() argument 6813 pqi_request_firmware_feature( struct pqi_config_table_firmware_features *firmware_features, unsigned int bit_position) pqi_request_firmware_feature() argument 6847 pqi_enable_firmware_features(struct pqi_ctrl_info *ctrl_info, struct pqi_config_table_firmware_features *firmware_features, void __iomem *firmware_features_iomem_addr) pqi_enable_firmware_features() argument 6959 struct pqi_config_table_firmware_features *firmware_features; pqi_process_firmware_features() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 7712 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_supported() 7719 if (byte_index >= le16_to_cpu(firmware_features->num_elements)) in pqi_is_firmware_feature_supported() 7722 return firmware_features->features_supported[byte_index] & in pqi_is_firmware_feature_supported() 7727 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_enabled() 7735 (le16_to_cpu(firmware_features->num_elements) * 2); in pqi_is_firmware_feature_enabled() 7746 struct pqi_config_table_firmware_features *firmware_features, in pqi_request_firmware_feature() 7752 le16_to_cpu(firmware_features->num_elements); in pqi_request_firmware_feature() 7754 firmware_features->features_supported[byte_index] |= in pqi_request_firmware_feature() 7779 struct pqi_config_table_firmware_features *firmware_features, in pqi_enable_firmware_features() 7786 features_requested = firmware_features in pqi_enable_firmware_features() 7711 pqi_is_firmware_feature_supported( struct pqi_config_table_firmware_features *firmware_features, unsigned int bit_position) pqi_is_firmware_feature_supported() argument 7726 pqi_is_firmware_feature_enabled( struct pqi_config_table_firmware_features *firmware_features, void __iomem *firmware_features_iomem_addr, unsigned int bit_position) pqi_is_firmware_feature_enabled() argument 7745 pqi_request_firmware_feature( struct pqi_config_table_firmware_features *firmware_features, unsigned int bit_position) pqi_request_firmware_feature() argument 7778 pqi_enable_firmware_features(struct pqi_ctrl_info *ctrl_info, struct pqi_config_table_firmware_features *firmware_features, void __iomem *firmware_features_iomem_addr) pqi_enable_firmware_features() argument 7984 struct pqi_config_table_firmware_features *firmware_features; pqi_process_firmware_features() local [all...] |
Completed in 21 milliseconds