Home
last modified time | relevance | path

Searched refs:vf_qm (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c357 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in vf_qm_check_match() local
377 ret = qm_get_vft(vf_qm, &vf_qm->qp_base); in vf_qm_check_match()
388 vf_qm->qp_num = ret; in vf_qm_check_match()
526 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in vf_qm_state_save() local
676 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_start_device() local
956 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_stop_device() local
1133 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_qm_init() local
1155 vf_qm->io_base = in hisi_acc_vf_qm_init()
1314 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_debug_check() local
1342 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_debug_cmd() local
[all …]
H A Dhisi_acc_vfio_pci.h117 struct hisi_qm vf_qm; member
/linux-6.15/drivers/crypto/hisilicon/
H A Dqm.c2840 struct hisi_qm *qm, *vf_qm; in qm_try_frozen_vfs() local
2854 vf_qm = pci_get_drvdata(dev); in qm_try_frozen_vfs()
2855 ret = qm_frozen(vf_qm); in qm_try_frozen_vfs()
4195 struct hisi_qm *vf_qm; in qm_vf_reset_prepare() local
4199 list_for_each_entry(vf_qm, &qm_list->list, list) { in qm_vf_reset_prepare()
4200 virtfn = vf_qm->pdev; in qm_vf_reset_prepare()
4208 ret = hisi_qm_stop(vf_qm, stop_reason); in qm_vf_reset_prepare()
4390 struct hisi_qm *vf_qm; in qm_vf_reset_done() local
4394 list_for_each_entry(vf_qm, &qm_list->list, list) { in qm_vf_reset_done()
4395 virtfn = vf_qm->pdev; in qm_vf_reset_done()
[all …]