Searched refs:WQ_HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance
620 #define WQ_HEADER_SIZE 4 /* Includes 1 LRC address too */ in wq_item_append() macro621 u32 wqi[XE_HW_ENGINE_MAX_INSTANCE + (WQ_HEADER_SIZE - 1)]; in wq_item_append()622 u32 wqi_size = (q->width + (WQ_HEADER_SIZE - 1)) * sizeof(u32); in wq_item_append()