Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/zip/
H A Dzip_main.c891 if (qm->fun_type == QM_HW_PF && hzip_regs) in hisi_zip_dfx_debug_init()
936 if (qm->fun_type == QM_HW_PF) { in hisi_zip_debugfs_init()
982 if (qm->fun_type == QM_HW_PF) { in hisi_zip_debugfs_exit()
1028 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_regs_uninit()
1047 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_dfx_regs()
1305 if (qm->fun_type == QM_HW_PF) { in hisi_zip_qm_init()
1313 } else if (qm->fun_type == QM_HW_VF && qm->ver == QM_HW_V1) { in hisi_zip_qm_init()
1367 if (qm->fun_type == QM_HW_PF) { in hisi_zip_probe_init()
1386 if (qm->fun_type == QM_HW_VF) in hisi_zip_probe_uninit()
1441 if (qm->fun_type == QM_HW_PF && vfs_num > 0) { in hisi_zip_probe()
[all …]
/linux-6.15/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c907 if (qm->fun_type == QM_HW_PF && sec_regs) in sec_core_debug_init()
1003 if (qm->fun_type == QM_HW_VF || !debug->last_words) in sec_show_last_regs_uninit()
1017 if (qm->fun_type == QM_HW_VF || !debug->last_words) in sec_show_last_dfx_regs()
1199 qm->fun_type = (pdev->device == PCI_DEVICE_ID_HUAWEI_SEC_PF) ? in sec_qm_init()
1201 if (qm->fun_type == QM_HW_PF) { in sec_qm_init()
1209 } else if (qm->fun_type == QM_HW_VF && qm->ver == QM_HW_V1) { in sec_qm_init()
1254 if (qm->fun_type == QM_HW_PF) { in sec_probe_init()
1270 if (qm->fun_type == QM_HW_VF) in sec_probe_uninit()
1347 if (qm->fun_type == QM_HW_PF && vfs_num) { in sec_probe()
1379 if (qm->fun_type == QM_HW_PF && qm->vfs_num) in sec_remove()
/linux-6.15/drivers/crypto/hisilicon/
H A Ddebugfs.c606 if (qm->fun_type == QM_HW_PF) { in qm_regs_show()
901 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in qm_last_regs_uninit()
914 if (qm->fun_type == QM_HW_VF) in qm_last_regs_init()
951 if (qm->fun_type != QM_HW_PF) in hisi_qm_regs_debugfs_init()
977 if (!qm || qm->fun_type != QM_HW_PF) in hisi_qm_regs_debugfs_uninit()
1031 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in hisi_qm_show_last_dfx_regs()
1148 if (qm->fun_type == QM_HW_PF) { in hisi_qm_debug_init()
H A Dqm.c885 if (qm->fun_type == QM_HW_PF) in qm_get_irq_num()
1547 if (qm->fun_type == QM_HW_PF) in qm_clear_cmd_interrupt()
1888 if (qm->fun_type == QM_HW_PF) in qm_set_ifc_begin_v4()
1924 if (qm->fun_type == QM_HW_PF) in qm_get_ifc_v4()
3423 if (qm->fun_type == QM_HW_VF) in hisi_qm_dev_err_init()
3444 if (qm->fun_type == QM_HW_VF) in hisi_qm_dev_err_uninit()
3905 if (qm->fun_type == QM_HW_PF) in hisi_qm_set_algqos_init()
4656 if (qm->fun_type == QM_HW_PF) in hisi_qm_reset_prepare()
4725 if (qm->fun_type == QM_HW_PF) in hisi_qm_reset_done()
5018 if (qm->fun_type == QM_HW_VF) in qm_unregister_abnormal_irq()
[all …]
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c1116 if (qm->fun_type == QM_HW_PF && hpre_regs) in hpre_dfx_debug_init()
1215 qm->fun_type = (pdev->device == PCI_DEVICE_ID_HUAWEI_HPRE_PF) ? in hpre_qm_init()
1217 if (qm->fun_type == QM_HW_PF) { in hpre_qm_init()
1289 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_regs_uninit()
1308 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_dfx_regs()
1469 if (qm->fun_type == QM_HW_PF) { in hpre_probe_init()
1485 if (qm->fun_type == QM_HW_VF) in hpre_probe_uninit()
1541 if (qm->fun_type == QM_HW_PF && vfs_num) { in hpre_probe()
1576 if (qm->fun_type == QM_HW_PF && qm->vfs_num) in hpre_remove()
/linux-6.15/include/linux/
H A Dhisi_acc_qm.h353 enum qm_fun_type fun_type; member
/linux-6.15/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1161 vf_qm->fun_type = QM_HW_VF; in hisi_acc_vf_qm_init()