Home
last modified time | relevance | path

Searched refs:get_num_accels (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c82 static uint32_t get_num_accels(struct adf_hw_device_data *self) in get_num_accels() function
177 for (i = 0; i < hw_device->get_num_accels(hw_device); i++) { in adf_enable_error_correction()
218 hw_data->get_num_accels = get_num_accels; in adf_init_hw_data_dh895xcc()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h142 uint32_t (*get_num_accels)(struct adf_hw_device_data *self); member
Dadf_ctl_drv.c408 dev_info.num_accel = hw_data->get_num_accels(hw_data); in adf_ctl_ioctl_get_status()