Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/ath9k/
Dxmit.c64 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc,
815 bf = ath_tx_setup_buffer(sc, txq, tid, skb); in ath_tx_form_aggr()
1732 bf = ath_tx_setup_buffer(sc, txctl->txq, tid, skb); in ath_tx_send_ampdu()
1759 bf = ath_tx_setup_buffer(sc, txq, tid, skb); in ath_tx_send_normal()
1817 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc, in ath_tx_setup_buffer() function
1891 bf = ath_tx_setup_buffer(sc, txctl->txq, tid, skb); in ath_tx_start_dma()