Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c227 tasklet_kill(&htt->txrx_compl_task); in ath10k_htt_rx_free()
573 tasklet_init(&htt->txrx_compl_task, ath10k_htt_txrx_compl_task, in ath10k_htt_rx_alloc()
1913 tasklet_schedule(&htt->txrx_compl_task); in ath10k_htt_t2h_msg_handler()
1958 tasklet_schedule(&htt->txrx_compl_task); in ath10k_htt_t2h_msg_handler()
2017 tasklet_schedule(&htt->txrx_compl_task); in ath10k_htt_t2h_msg_handler()
Dhtt.h1346 struct tasklet_struct txrx_compl_task; member