Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dhtc.h592 void ath9k_tx_failed_tasklet(struct tasklet_struct *t);
Dhtc_drv_init.c649 tasklet_setup(&priv->tx_failed_tasklet, ath9k_tx_failed_tasklet); in ath9k_init_priv()
Dhtc_drv_txrx.c578 void ath9k_tx_failed_tasklet(struct tasklet_struct *t) in ath9k_tx_failed_tasklet() function