Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c1414 uint8_t selected_thread_id; in dp_rx_tm_enqueue_pkt() local
1416 selected_thread_id = in dp_rx_tm_enqueue_pkt()
1419 dp_rx_tm_thread_enqueue(rx_tm_hdl->rx_thread[selected_thread_id], in dp_rx_tm_enqueue_pkt()
1428 uint8_t selected_thread_id; in dp_rx_tm_gro_flush_ind() local
1430 selected_thread_id = dp_rx_tm_select_thread(rx_tm_hdl, rx_ctx_id); in dp_rx_tm_gro_flush_ind()
1431 dp_rx_tm_thread_gro_flush_ind(rx_tm_hdl->rx_thread[selected_thread_id], in dp_rx_tm_gro_flush_ind()
1440 uint8_t selected_thread_id; in dp_rx_tm_get_napi_context() local
1442 selected_thread_id = dp_rx_tm_select_thread(rx_tm_hdl, rx_ctx_id); in dp_rx_tm_get_napi_context()
1444 return &rx_tm_hdl->rx_thread[selected_thread_id]->napi; in dp_rx_tm_get_napi_context()