Searched refs:PFID (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_sriov_pf_debugfs.c | 46 return extract_priv(d) == extract_gt(d) ? PFID : (uintptr_t)extract_priv(d); in extract_vfid() 144 xe_gt_assert(gt, PFID == extract_vfid(parent)); in pf_add_policy_attrs() 409 pf_add_config_attrs(gt, pfdentry, PFID); in xe_gt_sriov_pf_debugfs_register()
|
H A D | xe_sriov_types.h | 23 #define PFID VFID(0) macro
|
H A D | xe_guc_relay.c | 557 return relay_send_to(relay, PFID, msg, len, buf, buf_size); in xe_guc_relay_send_to_pf() 892 return relay_process_msg(relay, PFID, rid, in xe_guc_relay_process_guc2vf()
|
H A D | xe_gt_sriov_pf_control.c | 58 xe_gt_assert(gt, vfid != PFID); in pf_send_vf_control_cmd()
|
H A D | xe_gt_sriov_pf_config.c | 1975 xe_gt_assert(gt, vfid != PFID); in xe_gt_sriov_pf_config_sanitize()
|