Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c472 pSchedContext->ol_rx_event_flag = 0; in cds_sched_open()
612 set_bit(RX_POST_EVENT, &pSchedContext->ol_rx_event_flag); in cds_indicate_rxpkt()
629 set_bit(RX_SHUTDOWN_EVENT, &gp_cds_sched_context->ol_rx_event_flag); in cds_close_rx_thread()
630 set_bit(RX_POST_EVENT, &gp_cds_sched_context->ol_rx_event_flag); in cds_close_rx_thread()
746 &pSchedContext->ol_rx_event_flag) in cds_ol_rx_thread()
748 &pSchedContext->ol_rx_event_flag)); in cds_ol_rx_thread()
752 clear_bit(RX_POST_EVENT, &pSchedContext->ol_rx_event_flag); in cds_ol_rx_thread()
755 &pSchedContext->ol_rx_event_flag)) { in cds_ol_rx_thread()
757 &pSchedContext->ol_rx_event_flag); in cds_ol_rx_thread()
759 &pSchedContext->ol_rx_event_flag)) { in cds_ol_rx_thread()
[all …]
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h114 unsigned long ol_rx_event_flag; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_power.c158 set_bit(RX_SUSPEND_EVENT, &cds_sched_context->ol_rx_event_flag); in wlan_hdd_rx_thread_suspend()
167 &cds_sched_context->ol_rx_event_flag); in wlan_hdd_rx_thread_suspend()