Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c24 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
84 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-6.12.1/drivers/crypto/intel/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c24 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
84 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-6.12.1/drivers/crypto/intel/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c24 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
84 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-6.12.1/drivers/crypto/intel/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c40 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
132 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-6.12.1/drivers/crypto/intel/qat/qat_c62x/
Dadf_c62x_hw_data.c40 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
134 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-6.12.1/drivers/crypto/intel/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c38 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
232 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-6.12.1/drivers/crypto/intel/qat/qat_420xx/
Dadf_420xx_hw_data.c99 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
164 ae_mask = get_ae_mask(hw_data); in update_ae_mask()
443 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_420xx()
Dadf_drv.c86 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
/linux-6.12.1/drivers/crypto/intel/qat/qat_4xxx/
Dadf_4xxx_hw_data.c102 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function
409 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_4xxx()
Dadf_drv.c88 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_accel_devices.h289 u32 (*get_ae_mask)(struct adf_hw_device_data *self); member