Home
last modified time | relevance | path

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

/openbmc/linux/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()
493 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in vf_qm_state_save() local
656 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_start_device() local
936 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_stop_device() local
1127 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_qm_init() local
1149 vf_qm->io_base = in hisi_acc_vf_qm_init()
1152 if (!vf_qm->io_base) in hisi_acc_vf_qm_init()
1156 vf_qm->pdev = vf_dev; in hisi_acc_vf_qm_init()
[all …]
H A Dhisi_acc_vfio_pci.h109 struct hisi_qm vf_qm; member
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c2734 struct hisi_qm *qm, *vf_qm; in qm_try_frozen_vfs() local
2748 vf_qm = pci_get_drvdata(dev); in qm_try_frozen_vfs()
2749 ret = qm_frozen(vf_qm); in qm_try_frozen_vfs()
4137 struct hisi_qm *vf_qm; in qm_vf_reset_prepare() local
4141 list_for_each_entry(vf_qm, &qm_list->list, list) { in qm_vf_reset_prepare()
4142 virtfn = vf_qm->pdev; in qm_vf_reset_prepare()
4150 ret = hisi_qm_stop(vf_qm, stop_reason); in qm_vf_reset_prepare()
4326 struct hisi_qm *vf_qm; in qm_vf_reset_done() local
4330 list_for_each_entry(vf_qm, &qm_list->list, list) { in qm_vf_reset_done()
4331 virtfn = vf_qm->pdev; in qm_vf_reset_done()
[all …]