Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/common/src/
Dwlan_qct_sys.c40 static qdf_event_t g_stop_evt; variable
94 qdf_status = qdf_event_create(&g_stop_evt); in umac_stop()
104 umac_stop_msg.bodyptr = (void *)&g_stop_evt; in umac_stop()
114 qdf_status = qdf_wait_single_event(&g_stop_evt, SYS_STOP_TIMEOUT); in umac_stop()
117 qdf_status = qdf_event_destroy(&g_stop_evt); in umac_stop()