Searched refs:VF_SW_FLAG_COUNT (Results 1 – 3 of 3) sorted by relevance
153 count = VF_SW_FLAG_COUNT; in pf_clear_vf_scratch_regs()
1286 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()
110 #define VF_SW_FLAG_COUNT 4 macro