Searched refs:hisi_acc_vdev (Results 1 – 2 of 2) sorted by relevance
131 struct hisi_acc_vf_core_device *hisi_acc_vdev = in qm_xqc_reg_offsets() local134 if (hisi_acc_vdev->drv_mode == HW_ACC_MIG_VF_CTRL) { in qm_xqc_reg_offsets()401 static int vf_qm_check_match(struct hisi_acc_vf_core_device *hisi_acc_vdev, in vf_qm_check_match() argument405 struct hisi_qm *vf_qm = &hisi_acc_vdev->vf_qm; in vf_qm_check_match()406 struct hisi_qm *pf_qm = hisi_acc_vdev->pf_qm; in vf_qm_check_match()411 if (migf->total_length < QM_MATCH_SIZE || hisi_acc_vdev->match_done) in vf_qm_check_match()420 if (vf_data->dev_id != hisi_acc_vdev->vf_dev->device) { in vf_qm_check_match()451 hisi_acc_vdev->match_done = true; in vf_qm_check_match()455 static int vf_qm_get_match_data(struct hisi_acc_vf_core_device *hisi_acc_vdev, in vf_qm_get_match_data() argument458 struct hisi_qm *pf_qm = hisi_acc_vdev->pf_qm; in vf_qm_get_match_data()[all …]
123 struct hisi_acc_vf_core_device *hisi_acc_vdev; member