Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/zip/
H A Dzip_main.c958 if (qm->fun_type == QM_HW_PF && hzip_regs) in hisi_zip_dfx_debug_init()
1003 if (qm->fun_type == QM_HW_PF) { in hisi_zip_debugfs_init()
1049 if (qm->fun_type == QM_HW_PF) { in hisi_zip_debugfs_exit()
1095 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_regs_uninit()
1114 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_dfx_regs()
1413 qm->fun_type = (pdev->device == PCI_DEVICE_ID_HUAWEI_ZIP_PF) ? in hisi_zip_qm_init()
1415 if (qm->fun_type == QM_HW_PF) { in hisi_zip_qm_init()
1423 } else if (qm->fun_type == QM_HW_VF && qm->ver == QM_HW_V1) { in hisi_zip_qm_init()
1477 if (qm->fun_type == QM_HW_PF) { in hisi_zip_probe_init()
1496 if (qm->fun_type == QM_HW_VF) in hisi_zip_probe_uninit()
[all …]
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c964 if (qm->fun_type == QM_HW_PF && sec_regs) in sec_core_debug_init()
1060 if (qm->fun_type == QM_HW_VF || !debug->last_words) in sec_show_last_regs_uninit()
1074 if (qm->fun_type == QM_HW_VF || !debug->last_words) in sec_show_last_dfx_regs()
1301 qm->fun_type = (pdev->device == PCI_DEVICE_ID_HUAWEI_SEC_PF) ? in sec_qm_init()
1303 if (qm->fun_type == QM_HW_PF) { in sec_qm_init()
1311 } else if (qm->fun_type == QM_HW_VF && qm->ver == QM_HW_V1) { in sec_qm_init()
1356 if (qm->fun_type == QM_HW_PF) { in sec_probe_init()
1372 if (qm->fun_type == QM_HW_VF) in sec_probe_uninit()
1449 if (qm->fun_type == QM_HW_PF && vfs_num) { in sec_probe()
1481 if (qm->fun_type == QM_HW_PF && qm->vfs_num) in sec_remove()
/linux/drivers/crypto/hisilicon/
H A Ddebugfs.c606 if (qm->fun_type == QM_HW_PF) { in qm_regs_show()
902 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in qm_last_regs_uninit()
915 if (qm->fun_type == QM_HW_VF) in qm_last_regs_init()
952 if (qm->fun_type != QM_HW_PF) in hisi_qm_regs_debugfs_init()
978 if (!qm || qm->fun_type != QM_HW_PF) in hisi_qm_regs_debugfs_uninit()
1032 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in hisi_qm_show_last_dfx_regs()
1149 if (qm->fun_type == QM_HW_PF) { in hisi_qm_debug_init()
H A Dqm.c523 if (pf_qm->fun_type == QM_HW_VF) in qm_check_dev_error()
954 if (qm->fun_type == QM_HW_PF) in qm_get_irq_num()
1603 if (qm->fun_type == QM_HW_PF) in qm_clear_cmd_interrupt()
1944 if (qm->fun_type == QM_HW_PF) in qm_set_ifc_begin_v4()
1980 if (qm->fun_type == QM_HW_PF) in qm_get_ifc_v4()
2986 ((qm->fun_type == QM_HW_PF) && in hisi_qm_wait_task_finish()
3133 if (qm->fun_type == QM_HW_PF && qm->ver > QM_HW_V3) { in hisi_mig_region_clear()
3145 if (qm->fun_type == QM_HW_PF && qm->ver > QM_HW_V3) { in hisi_mig_region_enable()
3164 if (qm->ver > QM_HW_V2 && qm->fun_type == QM_HW_VF) in hisi_qm_set_state()
3351 if (qm->fun_type == QM_HW_PF) { in __hisi_qm_start()
[all …]
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c1153 if (qm->fun_type == QM_HW_PF && hpre_regs) in hpre_dfx_debug_init()
1252 qm->fun_type = (pdev->device == PCI_DEVICE_ID_HUAWEI_HPRE_PF) ? in hpre_qm_init()
1254 if (qm->fun_type == QM_HW_PF) { in hpre_qm_init()
1326 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_regs_uninit()
1345 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_dfx_regs()
1552 if (qm->fun_type == QM_HW_PF) { in hpre_probe_init()
1568 if (qm->fun_type == QM_HW_VF) in hpre_probe_uninit()
1624 if (qm->fun_type == QM_HW_PF && vfs_num) { in hpre_probe()
1659 if (qm->fun_type == QM_HW_PF && qm->vfs_num) in hpre_remove()
/linux/include/linux/
H A Dhisi_acc_qm.h364 enum qm_fun_type fun_type; member
/linux/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1274 vf_qm->fun_type = QM_HW_VF; in hisi_acc_vf_qm_init()