Home
last modified time | relevance | path

Searched refs:get_ae_mask (Results 1 – 15 of 15) sorted by relevance

/linux-5.19.10/drivers/crypto/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c21 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
81 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c3xxxiov()
Dadf_drv.c123 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
/linux-5.19.10/drivers/crypto/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c21 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
81 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c62xiov()
Dadf_drv.c123 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
/linux-5.19.10/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c21 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
81 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_dh895xcciov()
Dadf_drv.c123 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
/linux-5.19.10/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c34 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
106 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c62x()
Dadf_drv.c135 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
/linux-5.19.10/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c34 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
104 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c3xxx()
Dadf_drv.c135 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
/linux-5.19.10/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c33 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
215 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_dh895xcc()
Dadf_drv.c133 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
/linux-5.19.10/drivers/crypto/qat/qat_4xxx/
Dadf_4xxx_hw_data.c81 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
329 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_4xxx()
Dadf_drv.c219 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h169 u32 (*get_ae_mask)(struct adf_hw_device_data *self); member