Searched refs:vf_qm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/ |
H A D | hisi_acc_vfio_pci.c | 357 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in vf_qm_check_match() local 359 struct device *dev = &vf_qm->pdev->dev; in vf_qm_check_match() 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() 402 ret = qm_write_regs(vf_qm, QM_VF_STATE, &vf_data->vf_qm_state, 1); in vf_qm_check_match() 447 struct hisi_qm *qm = &hisi_acc_vdev->vf_qm; in vf_qm_load_data() 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; hisi_acc_vf_start_device() local 936 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; hisi_acc_vf_stop_device() local 1127 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; hisi_acc_vf_qm_init() local 1333 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; hisi_acc_vfio_pci_close_device() local [all...] |
H A D | hisi_acc_vfio_pci.h | 109 struct hisi_qm vf_qm; member
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
H A D | qm.c | 2249 struct hisi_qm *qm, *vf_qm; in qm_try_frozen_vfs() local 2263 vf_qm = pci_get_drvdata(dev); in qm_try_frozen_vfs() 2264 ret = qm_frozen(vf_qm); in qm_try_frozen_vfs() 3385 struct hisi_qm *vf_qm; in qm_vf_reset_prepare() local 3389 list_for_each_entry(vf_qm, &qm_list->list, list) { in qm_vf_reset_prepare() 3390 virtfn = vf_qm->pdev; in qm_vf_reset_prepare() 3398 ret = hisi_qm_stop(vf_qm, stop_reason); in qm_vf_reset_prepare() 3551 struct hisi_qm *vf_qm; in qm_vf_reset_done() local 3555 list_for_each_entry(vf_qm, &qm_list->list, list) { in qm_vf_reset_done() 3556 virtfn = vf_qm in qm_vf_reset_done() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | qm.c | 2733 struct hisi_qm *qm, *vf_qm; in qm_try_frozen_vfs() local 2747 vf_qm = pci_get_drvdata(dev); in qm_try_frozen_vfs() 2748 ret = qm_frozen(vf_qm); in qm_try_frozen_vfs() 4117 struct hisi_qm *vf_qm; in qm_vf_reset_prepare() local 4121 list_for_each_entry(vf_qm, &qm_list->list, list) { in qm_vf_reset_prepare() 4122 virtfn = vf_qm->pdev; in qm_vf_reset_prepare() 4130 ret = hisi_qm_stop(vf_qm, stop_reason); in qm_vf_reset_prepare() 4307 struct hisi_qm *vf_qm; in qm_vf_reset_done() local 4311 list_for_each_entry(vf_qm, &qm_list->list, list) { in qm_vf_reset_done() 4312 virtfn = vf_qm in qm_vf_reset_done() [all...] |
Completed in 16 milliseconds