Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/hisilicon/zip/
Dzip_main.c817 if (qm->fun_type == QM_HW_PF && hzip_regs) in hisi_zip_dfx_debug_init()
861 if (qm->fun_type == QM_HW_PF) { in hisi_zip_debugfs_init()
902 if (qm->fun_type == QM_HW_PF) { in hisi_zip_debugfs_exit()
945 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_regs_uninit()
963 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_dfx_regs()
1137 qm->fun_type = (pdev->device == PCI_DEVICE_ID_HUAWEI_ZIP_PF) ? in hisi_zip_qm_init()
1139 if (qm->fun_type == QM_HW_PF) { in hisi_zip_qm_init()
1144 } else if (qm->fun_type == QM_HW_VF && qm->ver == QM_HW_V1) { in hisi_zip_qm_init()
1182 if (qm->fun_type == QM_HW_PF) { in hisi_zip_probe_init()
1245 if (qm->fun_type == QM_HW_PF && vfs_num > 0) { in hisi_zip_probe()
[all …]
/Linux-v6.1/drivers/crypto/hisilicon/sec2/
Dsec_main.c857 if (qm->fun_type == QM_HW_PF && sec_regs) in sec_core_debug_init()
952 if (qm->fun_type == QM_HW_VF || !debug->last_words) in sec_show_last_regs_uninit()
966 if (qm->fun_type == QM_HW_VF || !debug->last_words) in sec_show_last_dfx_regs()
1119 qm->fun_type = (pdev->device == PCI_DEVICE_ID_HUAWEI_SEC_PF) ? in sec_qm_init()
1121 if (qm->fun_type == QM_HW_PF) { in sec_qm_init()
1126 } else if (qm->fun_type == QM_HW_VF && qm->ver == QM_HW_V1) { in sec_qm_init()
1163 if (qm->fun_type == QM_HW_PF) { in sec_probe_init()
1254 if (qm->fun_type == QM_HW_PF && vfs_num) { in sec_probe()
1287 if (qm->fun_type == QM_HW_PF && qm->vfs_num) in sec_remove()
1294 if (qm->fun_type == QM_HW_PF) in sec_remove()
/Linux-v6.1/drivers/crypto/hisilicon/hpre/
Dhpre_main.c1089 if (qm->fun_type == QM_HW_PF && hpre_regs) in hpre_dfx_debug_init()
1152 qm->fun_type = (pdev->device == PCI_DEVICE_ID_HUAWEI_HPRE_PF) ? in hpre_qm_init()
1154 if (qm->fun_type == QM_HW_PF) { in hpre_qm_init()
1210 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_regs_uninit()
1228 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_dfx_regs()
1351 if (qm->fun_type == QM_HW_PF) { in hpre_probe_init()
1410 if (qm->fun_type == QM_HW_PF && vfs_num) { in hpre_probe()
1445 if (qm->fun_type == QM_HW_PF && qm->vfs_num) { in hpre_remove()
1456 if (qm->fun_type == QM_HW_PF) { in hpre_remove()
/Linux-v6.1/drivers/crypto/hisilicon/
Dqm.c668 if (qm->fun_type == QM_HW_VF) in qm_check_dev_error()
918 if (qm->fun_type == QM_HW_PF) in qm_get_irq_num()
1708 if (qm->fun_type == QM_HW_PF) { in qm_regs_show()
1792 if (qm->fun_type != QM_HW_PF) in hisi_qm_diff_regs_init()
1818 if (!qm || reg_len <= 0 || qm->fun_type != QM_HW_PF) in hisi_qm_diff_regs_uninit()
2470 if (qm->fun_type == QM_HW_PF) in qm_clear_cmd_interrupt()
3583 ((qm->fun_type == QM_HW_PF) && in hisi_qm_wait_task_finish()
3720 if (qm->ver > QM_HW_V2 && qm->fun_type == QM_HW_VF) in hisi_qm_set_state()
3728 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in qm_last_regs_uninit()
3948 if (qm->fun_type == QM_HW_PF) { in __hisi_qm_start()
[all …]
/Linux-v6.1/include/linux/
Dhisi_acc_qm.h277 enum qm_fun_type fun_type; member
/Linux-v6.1/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c1029 vf_qm->fun_type = QM_HW_VF; in hisi_acc_vf_qm_init()