Searched refs:QM_SUPPORT_DB_ISOLATION (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/crypto/hisilicon/ |
| H A D | qm.c | 336 {QM_SUPPORT_DB_ISOLATION, 0x30, 0, BIT(0), 0x0, 0x0, 0x0}, 2475 } else if (!test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) { in hisi_qm_uacce_mmap() 2788 else if (!test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) in qm_alloc_uacce() 3000 if (test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) in qm_put_pci_res() 5197 is_db_isolation = test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps); in qm_get_qp_num() 5253 val = hisi_qm_get_hw_info(qm, qm_cap_info_comm, QM_SUPPORT_DB_ISOLATION, true); in qm_get_hw_caps() 5255 set_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps); in qm_get_hw_caps() 5319 if (test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) { in qm_get_pci_res() 5342 if (test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) in qm_get_pci_res()
|
| /linux-6.15/include/linux/ |
| H A D | hisi_acc_qm.h | 155 QM_SUPPORT_DB_ISOLATION = 0x0, enumerator
|