Searched refs:WQ_SIZE (Results 1 – 2 of 2) sorted by relevance
34 #define WQ_SIZE(wq) ((wq)->q_depth * (wq)->wqebb_size) macro453 num_q_pages = ALIGN(WQ_SIZE(wq), wq->wq_page_size) / wq->wq_page_size; in alloc_wq_pages()
387 #define WQ_SIZE (PARENT_SCRATCH_SIZE / 2) macro388 #define WQ_OFFSET (PARENT_SCRATCH_SIZE - WQ_SIZE)404 u32 wq[WQ_SIZE / sizeof(u32)];456 CIRC_SPACE(ce->parallel.guc.wqi_tail, ce->parallel.guc.wqi_head, WQ_SIZE) in get_wq_pointer()741 return (WQ_SIZE - ce->parallel.guc.wqi_tail); in wq_space_until_wrap()748 BUILD_BUG_ON(!is_power_of_2(WQ_SIZE)); in write_wqi()756 (WQ_SIZE - 1); in write_wqi()1949 desc->wq_size = WQ_SIZE; in guc_lrc_desc_pin()
Completed in 13 milliseconds