Searched refs:ath_txq_unlock_complete (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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 1519 ath_txq_unlock_complete(sc, txq); in ath_tx_aggr_start() 1534 ath_txq_unlock_complete(sc, txq); in ath_tx_aggr_stop() 1596 ath_txq_unlock_complete(sc, txq); in ath_tx_aggr_wakeup() 1620 ath_txq_unlock_complete(sc, txq); in ath_tx_aggr_resume() 1672 ath_txq_unlock_complete(sc, tid->ac->txq); in ath9k_release_buffered_frames() 1858 ath_txq_unlock_complete(sc, txq); in ath_draintxq() 2710 ath_txq_unlock_complete(sc, txq); in ath_tx_processq() 2804 ath_txq_unlock_complete(sc, txq); in ath_tx_edma_tasklet()
|
D | ath9k.h | 557 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq);
|