Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h342 struct adf_hw_device_data { struct
346 uint32_t (*get_sram_bar_id)(struct adf_hw_device_data *self); argument
347 uint32_t (*get_misc_bar_id)(struct adf_hw_device_data *self); argument
348 uint32_t (*get_etr_bar_id)(struct adf_hw_device_data *self); argument
349 uint32_t (*get_num_aes)(struct adf_hw_device_data *self); argument
350 uint32_t (*get_num_accels)(struct adf_hw_device_data *self); argument
356 uint32_t (*get_num_accel_units)(struct adf_hw_device_data *self); argument
359 uint32_t (*get_clock_speed)(struct adf_hw_device_data *self); argument
360 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); argument
361 bool (*check_prod_sku)(struct adf_accel_dev *accel_dev);
[all …]