Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c68 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels() function
132 hw_data->get_num_accels = get_num_accels; in adf_init_hw_data_c3xxxiov()
/Linux-v4.19/drivers/crypto/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c68 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels() function
132 hw_data->get_num_accels = get_num_accels; in adf_init_hw_data_c62xiov()
/Linux-v4.19/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c68 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels() function
132 hw_data->get_num_accels = get_num_accels; in adf_init_hw_data_dh895xcciov()
/Linux-v4.19/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c80 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels() function
180 for (i = 0; i < hw_device->get_num_accels(hw_device); i++) { in adf_enable_error_correction()
223 hw_data->get_num_accels = get_num_accels; in adf_init_hw_data_c62x()
/Linux-v4.19/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c75 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels() function
170 for (i = 0; i < hw_device->get_num_accels(hw_device); i++) { in adf_enable_error_correction()
213 hw_data->get_num_accels = get_num_accels; in adf_init_hw_data_c3xxx()
/Linux-v4.19/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
192 for (i = 0; i < hw_device->get_num_accels(hw_device); i++) { in adf_enable_error_correction()
236 hw_data->get_num_accels = get_num_accels; in adf_init_hw_data_dh895xcc()
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h163 uint32_t (*get_num_accels)(struct adf_hw_device_data *self); member
Dadf_ctl_drv.c406 dev_info.num_accel = hw_data->get_num_accels(hw_data); in adf_ctl_ioctl_get_status()