Home
last modified time | relevance | path

Searched refs:get_num_aes (Results 1 – 9 of 9) sorted by relevance

/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c94 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() function
125 int aes = get_num_aes(self); in get_sku()
170 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_enable_error_correction()
224 hw_data->get_num_aes = get_num_aes; in adf_init_hw_data_c62x()
/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c89 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() function
120 int aes = get_num_aes(self); in get_sku()
160 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_enable_error_correction()
214 hw_data->get_num_aes = get_num_aes; in adf_init_hw_data_c3xxx()
/drivers/crypto/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c73 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() function
133 hw_data->get_num_aes = get_num_aes; in adf_init_hw_data_c62xiov()
/drivers/crypto/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c73 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() function
133 hw_data->get_num_aes = get_num_aes; in adf_init_hw_data_c3xxxiov()
/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c73 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() function
133 hw_data->get_num_aes = get_num_aes; in adf_init_hw_data_dh895xcciov()
/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c96 static uint32_t get_num_aes(struct adf_hw_device_data *self) in get_num_aes() function
182 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_enable_error_correction()
237 hw_data->get_num_aes = get_num_aes; in adf_init_hw_data_dh895xcc()
/drivers/crypto/qat/qat_common/
Dadf_admin.c205 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_send_admin_cmd()
Dadf_accel_devices.h162 uint32_t (*get_num_aes)(struct adf_hw_device_data *self); member
Dadf_ctl_drv.c405 dev_info.num_ae = hw_data->get_num_aes(hw_data); in adf_ctl_ioctl_get_status()