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.h336 struct adf_hw_device_data { struct
340 uint32_t (*get_sram_bar_id)(struct adf_hw_device_data *self); argument
341 uint32_t (*get_misc_bar_id)(struct adf_hw_device_data *self); argument
342 uint32_t (*get_etr_bar_id)(struct adf_hw_device_data *self); argument
343 uint32_t (*get_num_aes)(struct adf_hw_device_data *self); argument
344 uint32_t (*get_num_accels)(struct adf_hw_device_data *self); argument
350 uint32_t (*get_num_accel_units)(struct adf_hw_device_data *self); argument
353 uint32_t (*get_clock_speed)(struct adf_hw_device_data *self); argument
354 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); argument
355 bool (*check_prod_sku)(struct adf_accel_dev *accel_dev);
[all …]