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()493 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in vf_qm_state_save() local656 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_start_device() local936 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_stop_device() local1127 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in hisi_acc_vf_qm_init() local1149 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 …]
109 struct hisi_qm vf_qm; member
2734 struct hisi_qm *qm, *vf_qm; in qm_try_frozen_vfs() local2748 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() local4141 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() local4330 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 …]