Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_umac_reset.c165 uint32_t t2h_msg; in dp_umac_reset_get_rx_event_from_shmem() local
181 t2h_msg = shmem_vaddr->t2h_msg; in dp_umac_reset_get_rx_event_from_shmem()
184 shmem_vaddr->t2h_msg = 0; in dp_umac_reset_get_rx_event_from_shmem()
186 dp_umac_reset_debug("shmem value - t2h_msg: 0x%x", t2h_msg); in dp_umac_reset_get_rx_event_from_shmem()
190 if (HTT_UMAC_HANG_RECOVERY_MSG_SHMEM_INITIATE_UMAC_RECOVERY_GET(t2h_msg)) { in dp_umac_reset_get_rx_event_from_shmem()
195 if (HTT_UMAC_HANG_RECOVERY_MSG_SHMEM_INITIATE_TARGET_RECOVERY_SYNC_USING_UMAC_GET(t2h_msg)) { in dp_umac_reset_get_rx_event_from_shmem()
200 if (HTT_UMAC_HANG_RECOVERY_MSG_SHMEM_DO_PRE_RESET_GET(t2h_msg)) { in dp_umac_reset_get_rx_event_from_shmem()
205 if (HTT_UMAC_HANG_RECOVERY_MSG_SHMEM_DO_POST_RESET_START_GET(t2h_msg)) { in dp_umac_reset_get_rx_event_from_shmem()
210 if (HTT_UMAC_HANG_RECOVERY_MSG_SHMEM_DO_POST_RESET_COMPLETE_GET(t2h_msg)) { in dp_umac_reset_get_rx_event_from_shmem()
252 return !!shmem_vaddr->t2h_msg; in dp_umac_reset_peek_rx_event_from_shmem()
/wlan-driver/fw-api/fw/
Dhtt.h10344 A_UINT32 t2h_msg; member