Searched refs:ath_tx_setup_buffer (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/net/wireless/ath/ath9k/ | 
| D | xmit.c | 64 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc, 227 		bf = ath_tx_setup_buffer(sc, txq, tid, skb);  in ath_tx_tid_change_state() 892 			bf = ath_tx_setup_buffer(sc, txq, tid, skb);  in ath_tx_get_tid_subframe() 2184 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc,  in ath_tx_setup_buffer()  function 2394 	bf = ath_tx_setup_buffer(sc, txq, tid, skb);  in ath_tx_start() 2443 		bf = ath_tx_setup_buffer(sc, txctl.txq, NULL, skb);  in ath_tx_cabq() 2962 	bf = ath_tx_setup_buffer(sc, txctl->txq, NULL, skb);  in ath9k_tx99_send()
  |