Home
last modified time | relevance | path

Searched refs:shmem_exp_magic_num (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_umac_reset.c106 umac_reset_ctx->shmem_exp_magic_num = DP_UMAC_RESET_SHMEM_MAGIC_NUM; in dp_soc_umac_reset_init()
175 if (shmem_vaddr->magic_num != umac_reset_ctx->shmem_exp_magic_num) { in dp_umac_reset_get_rx_event_from_shmem()
246 if (shmem_vaddr->magic_num != umac_reset_ctx->shmem_exp_magic_num) { in dp_umac_reset_peek_rx_event_from_shmem()
H A Ddp_umac_reset.h223 uint32_t shmem_exp_magic_num; member