Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c236 tasklet_kill(&htt->txrx_compl_task); in ath10k_htt_rx_free()
584 tasklet_init(&htt->txrx_compl_task, ath10k_htt_txrx_compl_task, in ath10k_htt_rx_alloc()
2088 tasklet_schedule(&htt->txrx_compl_task); in ath10k_htt_t2h_msg_handler()
2130 tasklet_schedule(&htt->txrx_compl_task); in ath10k_htt_t2h_msg_handler()
2188 tasklet_schedule(&htt->txrx_compl_task); in ath10k_htt_t2h_msg_handler()
Dhtt.h1499 struct tasklet_struct txrx_compl_task; member