Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c92 hw_data->enable_pfvf_comms = adf_enable_vf2pf_comms; in adf_init_hw_data_c3xxxiov()
/Linux-v5.15/drivers/crypto/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c92 hw_data->enable_pfvf_comms = adf_enable_vf2pf_comms; in adf_init_hw_data_c62xiov()
/Linux-v5.15/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c92 hw_data->enable_pfvf_comms = adf_enable_vf2pf_comms; in adf_init_hw_data_dh895xcciov()
/Linux-v5.15/drivers/crypto/qat/qat_4xxx/
Dadf_4xxx_hw_data.c225 hw_data->enable_pfvf_comms = adf_enable_pf2vf_comms; in adf_init_hw_data_4xxx()
/Linux-v5.15/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c209 hw_data->enable_pfvf_comms = adf_enable_pf2vf_comms; in adf_init_hw_data_c3xxx()
/Linux-v5.15/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c211 hw_data->enable_pfvf_comms = adf_enable_pf2vf_comms; in adf_init_hw_data_c62x()
/Linux-v5.15/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c229 hw_data->enable_pfvf_comms = adf_enable_pf2vf_comms; in adf_init_hw_data_dh895xcc()
/Linux-v5.15/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h174 int (*enable_pfvf_comms)(struct adf_accel_dev *accel_dev); member
Dadf_init.c115 ret = hw_data->enable_pfvf_comms(accel_dev); in adf_dev_init()