Lines Matching refs:reo_flush_cache
199 struct reo_flush_cache *reo_flush_cache; in hal_reo_cmd_set_descr_addr_be() local
214 reo_flush_cache = (struct reo_flush_cache *)reo_desc; in hal_reo_cmd_set_descr_addr_be()
215 reo_flush_cache->flush_addr_31_0 = paddr_lo; in hal_reo_cmd_set_descr_addr_be()
216 reo_flush_cache->flush_addr_39_32 = paddr_hi; in hal_reo_cmd_set_descr_addr_be()
338 struct reo_flush_cache *reo_flush_cache; in hal_reo_cmd_flush_cache_be() local
366 sizeof(struct reo_flush_cache)); in hal_reo_cmd_flush_cache_be()
374 sizeof(struct reo_flush_cache) - in hal_reo_cmd_flush_cache_be()
377 reo_flush_cache = (struct reo_flush_cache *)reo_desc; in hal_reo_cmd_flush_cache_be()
378 reo_flush_cache->cmd_header.reo_status_required = cmd->std.need_status; in hal_reo_cmd_flush_cache_be()
383 reo_flush_cache->forward_all_mpdus_in_queue = cp->fwd_mpdus_in_queue; in hal_reo_cmd_flush_cache_be()
387 reo_flush_cache->release_cache_block_index = cp->rel_block_index; in hal_reo_cmd_flush_cache_be()
390 reo_flush_cache->cache_block_resource_index = index; in hal_reo_cmd_flush_cache_be()
393 reo_flush_cache->flush_without_invalidate = cp->flush_no_inval; in hal_reo_cmd_flush_cache_be()
394 reo_flush_cache->flush_queue_1k_desc = cp->flush_q_1k_desc; in hal_reo_cmd_flush_cache_be()
395 reo_flush_cache->block_cache_usage_after_flush = in hal_reo_cmd_flush_cache_be()
397 reo_flush_cache->flush_entire_cache = cp->flush_entire_cache; in hal_reo_cmd_flush_cache_be()