Searched refs:QM_SUPPORT_DB_ISOLATION (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/linux/ |
D | hisi_acc_qm.h | 149 QM_SUPPORT_DB_ISOLATION = 0x0, enumerator
|
/Linux-v6.1/drivers/crypto/hisilicon/ |
D | qm.c | 344 {QM_SUPPORT_DB_ISOLATION, 0x30, 0, BIT(0), 0x0, 0x0, 0x0}, 3328 } else if (!test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) { in hisi_qm_uacce_mmap() 3497 else if (!test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) in qm_alloc_uacce() 3702 if (test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) in qm_put_pci_res() 6106 is_db_isolation = test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps); in qm_get_qp_num() 6130 val = hisi_qm_get_hw_info(qm, qm_cap_info_comm, QM_SUPPORT_DB_ISOLATION, true); in qm_get_hw_caps() 6132 set_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps); in qm_get_hw_caps() 6174 if (test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) { in qm_get_pci_res() 6196 if (test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) in qm_get_pci_res()
|