Home
last modified time | relevance | path

Searched refs:adf_gen4_init_hw_csr_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_hw_data.c86 void adf_gen4_init_hw_csr_ops(struct adf_hw_csr_ops *csr_ops) in adf_gen4_init_hw_csr_ops() function
103 EXPORT_SYMBOL_GPL(adf_gen4_init_hw_csr_ops);
H A Dadf_gen4_hw_data.h143 void adf_gen4_init_hw_csr_ops(struct adf_hw_csr_ops *csr_ops);
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_4xxx_hw_data.c571 adf_gen4_init_hw_csr_ops(&hw_data->csr_ops); in adf_init_hw_data_4xxx()