Home
last modified time | relevance | path

Searched refs:VF_SW_FLAG_COUNT (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf.c153 count = VF_SW_FLAG_COUNT; in pf_clear_vf_scratch_regs()
H A Dxe_guc.c1286 const u32 LAST_INDEX = VF_SW_FLAG_COUNT - 1; in xe_guc_mmio_send_recv()
1290 BUILD_BUG_ON(VF_SW_FLAG_COUNT != MED_VF_SW_FLAG_COUNT); in xe_guc_mmio_send_recv()
1293 xe_assert(xe, len <= VF_SW_FLAG_COUNT); in xe_guc_mmio_send_recv()
1387 for (i = 1; i < VF_SW_FLAG_COUNT; i++) { in xe_guc_mmio_send_recv()
/linux-6.15/drivers/gpu/drm/xe/regs/
H A Dxe_guc_regs.h110 #define VF_SW_FLAG_COUNT 4 macro