Home
last modified time | relevance | path

Searched defs:adf_hw_device_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h155 struct adf_hw_device_data { struct
159 uint32_t (*get_sram_bar_id)(struct adf_hw_device_data *self); argument
160 uint32_t (*get_misc_bar_id)(struct adf_hw_device_data *self); argument
161 uint32_t (*get_etr_bar_id)(struct adf_hw_device_data *self); argument
162 uint32_t (*get_num_aes)(struct adf_hw_device_data *self); argument
163 uint32_t (*get_num_accels)(struct adf_hw_device_data *self); argument
166 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); argument
167 int (*alloc_irq)(struct adf_accel_dev *accel_dev);
168 void (*free_irq)(struct adf_accel_dev *accel_dev);
169 void (*enable_error_correction)(struct adf_accel_dev *accel_dev);
[all …]