Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c31 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() function
83 hw_data->get_num_aes = get_num_aes; in adf_init_hw_data_c3xxxiov()
/linux-5.19.10/drivers/crypto/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c31 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() function
83 hw_data->get_num_aes = get_num_aes; in adf_init_hw_data_c62xiov()
/linux-5.19.10/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c31 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() function
83 hw_data->get_num_aes = get_num_aes; in adf_init_hw_data_dh895xcciov()
/linux-5.19.10/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c68 int aes = self->get_num_aes(self); in get_sku()
109 hw_data->get_num_aes = adf_gen2_get_num_aes; in adf_init_hw_data_c62x()
/linux-5.19.10/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c68 int aes = self->get_num_aes(self); in get_sku()
107 hw_data->get_num_aes = adf_gen2_get_num_aes; in adf_init_hw_data_c3xxx()
/linux-5.19.10/drivers/crypto/qat/qat_4xxx/
Dadf_4xxx_hw_data.c93 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() function
331 hw_data->get_num_aes = get_num_aes; in adf_init_hw_data_4xxx()
/linux-5.19.10/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c218 hw_data->get_num_aes = adf_gen2_get_num_aes; in adf_init_hw_data_dh895xcc()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h174 u32 (*get_num_aes)(struct adf_hw_device_data *self); member
Dadf_ctl_drv.c361 dev_info.num_ae = hw_data->get_num_aes(hw_data); in adf_ctl_ioctl_get_status()