Home
last modified time | relevance | path

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

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