Searched refs:vf_qm (Results 1 – 3 of 3) sorted by relevance
357 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in vf_qm_check_match() local377 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() local676 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_start_device() local956 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_stop_device() local1133 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_qm_init() local1155 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() local1342 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_debug_cmd() local[all …]
117 struct hisi_qm vf_qm; member
2840 struct hisi_qm *qm, *vf_qm; in qm_try_frozen_vfs() local2854 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() local4199 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() local4394 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 …]