Home
last modified time | relevance | path

Searched refs:unblk_cache_params (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_reo.c420 if (cmd->u.unblk_cache_params.type == UNBLOCK_RES_INDEX) { in hal_reo_cmd_unblock_cache_be()
451 reo_unblock_cache->unblock_type = cmd->u.unblk_cache_params.type; in hal_reo_cmd_unblock_cache_be()
453 if (cmd->u.unblk_cache_params.type == UNBLOCK_RES_INDEX) in hal_reo_cmd_unblock_cache_be()
455 cmd->u.unblk_cache_params.index; in hal_reo_cmd_unblock_cache_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_reo.c514 if (cmd->u.unblk_cache_params.type == UNBLOCK_RES_INDEX) { in hal_reo_cmd_unblock_cache_li()
547 UNBLOCK_TYPE, cmd->u.unblk_cache_params.type); in hal_reo_cmd_unblock_cache_li()
549 if (cmd->u.unblk_cache_params.type == UNBLOCK_RES_INDEX) { in hal_reo_cmd_unblock_cache_li()
552 cmd->u.unblk_cache_params.index); in hal_reo_cmd_unblock_cache_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_reo.h353 struct hal_reo_cmd_unblock_cache_params unblk_cache_params; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c4026 params.u.unblk_cache_params.type = UNBLOCK_CACHE; in dp_htt_reo_migration()