Home
last modified time | relevance | path

Searched refs:fun_type (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
Dzip_main.c597 if (qm->fun_type == QM_HW_PF) { in hisi_zip_debugfs_init()
638 if (qm->fun_type == QM_HW_PF) { in hisi_zip_debugfs_exit()
758 qm->fun_type = (pdev->device == PCI_DEVICE_ID_ZIP_PF) ? in hisi_zip_qm_init()
760 if (qm->fun_type == QM_HW_PF) { in hisi_zip_qm_init()
765 } else if (qm->fun_type == QM_HW_VF && qm->ver == QM_HW_V1) { in hisi_zip_qm_init()
785 if (qm->fun_type == QM_HW_PF) { in hisi_zip_probe_init()
840 if (qm->fun_type == QM_HW_PF && vfs_num > 0) { in hisi_zip_probe()
871 if (qm->fun_type == QM_HW_PF && qm->vfs_num) in hisi_zip_remove()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
Dsec_main.c768 qm->fun_type = (pdev->device == SEC_PF_PCI_DEVICE_ID) ? in sec_qm_init()
770 if (qm->fun_type == QM_HW_PF) { in sec_qm_init()
775 } else if (qm->fun_type == QM_HW_VF && qm->ver == QM_HW_V1) { in sec_qm_init()
817 if (qm->fun_type == QM_HW_PF) { in sec_probe_init()
892 if (qm->fun_type == QM_HW_PF && vfs_num) { in sec_probe()
922 if (qm->fun_type == QM_HW_PF && qm->vfs_num) in sec_remove()
929 if (qm->fun_type == QM_HW_PF) in sec_remove()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
Dhpre_main.c744 qm->fun_type = (pdev->device == HPRE_PCI_DEVICE_ID) ? in hpre_qm_init()
746 if (qm->fun_type == QM_HW_PF) { in hpre_qm_init()
831 if (qm->fun_type == QM_HW_PF) { in hpre_probe_init()
877 if (qm->fun_type == QM_HW_PF && vfs_num) { in hpre_probe()
908 if (qm->fun_type == QM_HW_PF && qm->vfs_num) { in hpre_remove()
915 if (qm->fun_type == QM_HW_PF) { in hpre_remove()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
Dqm.c596 if (qm->fun_type == QM_HW_PF) in qm_get_irq_num_v2()
748 if (qm->fun_type == QM_HW_PF) in qm_irq_unregister()
1038 if (qm->fun_type == QM_HW_PF) in qm_regs_show()
2285 ((qm->fun_type == QM_HW_PF) && in hisi_qm_wait_task_finish()
2577 if (qm->fun_type == QM_HW_PF) { in __hisi_qm_start()
2746 if (qm->fun_type == QM_HW_PF) { in hisi_qm_stop()
2820 if (qm->fun_type == QM_HW_PF) in hisi_qm_debug_init()
2919 if (qm->fun_type == QM_HW_VF) in hisi_qm_dev_err_init()
2940 if (qm->fun_type == QM_HW_VF) in hisi_qm_dev_err_uninit()
3751 if (qm->fun_type == QM_HW_VF) in qm_check_dev_error()
[all …]
Dqm.h202 enum qm_fun_type fun_type; member