Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/hisilicon/zip/
Dzip_main.c580 if (qm->fun_type == QM_HW_PF) { in hisi_zip_debugfs_init()
611 if (qm->fun_type == QM_HW_PF) in hisi_zip_debugfs_exit()
677 qm->fun_type = (pdev->device == PCI_DEVICE_ID_ZIP_PF) ? QM_HW_PF : in hisi_zip_probe()
699 if (qm->fun_type == QM_HW_PF) { in hisi_zip_probe()
706 } else if (qm->fun_type == QM_HW_VF) { in hisi_zip_probe()
848 if (qm->fun_type == QM_HW_PF && hisi_zip->ctrl->num_vfs != 0) in hisi_zip_remove()
854 if (qm->fun_type == QM_HW_PF) in hisi_zip_remove()
/Linux-v5.4/drivers/crypto/hisilicon/
Dqm.c437 if (qm->fun_type == QM_HW_PF) in qm_get_irq_num_v2()
609 if (qm->fun_type == QM_HW_PF) { in qm_irq_register()
637 if (qm->fun_type == QM_HW_PF) in qm_irq_unregister()
938 if (qm->fun_type == QM_HW_PF) in qm_regs_show()
1638 if (qm->fun_type == QM_HW_PF) { in __hisi_qm_start()
1765 if (qm->fun_type == QM_HW_PF) { in hisi_qm_stop()
1792 if (qm->fun_type == QM_HW_PF) in hisi_qm_debug_init()
Dqm.h128 enum qm_fun_type fun_type; member