Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h142 struct adf_hw_device_data { struct
146 uint32_t (*get_sram_bar_id)(struct adf_hw_device_data *self); argument
147 uint32_t (*get_misc_bar_id)(struct adf_hw_device_data *self); argument
148 uint32_t (*get_etr_bar_id)(struct adf_hw_device_data *self); argument
149 uint32_t (*get_num_aes)(struct adf_hw_device_data *self); argument
150 uint32_t (*get_num_accels)(struct adf_hw_device_data *self); argument
153 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); argument
154 int (*alloc_irq)(struct adf_accel_dev *accel_dev);
155 void (*free_irq)(struct adf_accel_dev *accel_dev);
156 void (*enable_error_correction)(struct adf_accel_dev *accel_dev);
[all …]