Searched refs:ath_txq_unlock_complete (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 92 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete() function 1508 ath_txq_unlock_complete(sc, txq); in ath_tx_aggr_start() 1523 ath_txq_unlock_complete(sc, txq); in ath_tx_aggr_stop() 1575 ath_txq_unlock_complete(sc, txq); in ath_tx_aggr_wakeup() 1599 ath_txq_unlock_complete(sc, txq); in ath_tx_aggr_resume() 1651 ath_txq_unlock_complete(sc, tid->txq); in ath9k_release_buffered_frames() 1837 ath_txq_unlock_complete(sc, txq); in ath_draintxq() 2673 ath_txq_unlock_complete(sc, txq); in ath_tx_processq() 2767 ath_txq_unlock_complete(sc, txq); in ath_tx_edma_tasklet()
|
D | ath9k.h | 555 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq);
|