Home
last modified time | relevance | path

Searched refs:hisi_qm_sriov_disable (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/linux/
Dhisi_acc_qm.h468 int hisi_qm_sriov_disable(struct pci_dev *pdev, bool is_frozen);
/Linux-v6.1/drivers/crypto/hisilicon/sec2/
Dsec_main.c1288 hisi_qm_sriov_disable(pdev, true); in sec_remove()
/Linux-v6.1/drivers/crypto/hisilicon/zip/
Dzip_main.c1281 hisi_qm_sriov_disable(pdev, true); in hisi_zip_remove()
/Linux-v6.1/drivers/crypto/hisilicon/hpre/
Dhpre_main.c1446 ret = hisi_qm_sriov_disable(pdev, true); in hpre_remove()
/Linux-v6.1/drivers/crypto/hisilicon/
Dqm.c4881 int hisi_qm_sriov_disable(struct pci_dev *pdev, bool is_frozen) in hisi_qm_sriov_disable() function
4907 EXPORT_SYMBOL_GPL(hisi_qm_sriov_disable);
4919 return hisi_qm_sriov_disable(pdev, false); in hisi_qm_sriov_configure()