Lines Matching refs:ath_buf

54 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf,
59 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf,
64 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc,
139 struct ath_buf *bf) in ath_set_rates()
203 struct ath_buf *bf; in ath_tx_tid_change_state()
231 struct ath_buf *bf; in ath_tx_flush_tid()
285 struct ath_buf *bf) in ath_tx_addto_baw()
308 struct ath_buf *bf; in ath_tid_drain()
334 struct ath_buf *bf = fi->bf; in ath_tx_set_retry()
350 static struct ath_buf *ath_tx_get_buffer(struct ath_softc *sc) in ath_tx_get_buffer()
352 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
361 bf = list_first_entry(&sc->tx.txbuf, struct ath_buf, list); in ath_tx_get_buffer()
369 static void ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_return_buffer()
376 static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) in ath_clone_txbuf()
378 struct ath_buf *tbf; in ath_clone_txbuf()
395 static void ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_count_frames()
428 struct ath_buf *bf, struct list_head *bf_q, in ath_tx_complete_aggr()
438 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr()
595 struct ath_buf *tbf; in ath_tx_complete_aggr()
657 static bool bf_is_ampdu_not_probing(struct ath_buf *bf) in bf_is_ampdu_not_probing()
664 struct ath_tx_status *ts, struct ath_buf *bf, in ath_tx_process_buffer()
696 static bool ath_lookup_legacy(struct ath_buf *bf) in ath_lookup_legacy()
718 static u32 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, in ath_lookup_rate()
790 struct ath_buf *bf, u16 frmlen, in ath_compute_num_delims()
859 static struct ath_buf *
866 struct ath_buf *bf; in ath_tx_get_tid_subframe()
939 struct ath_buf *bf_first, struct sk_buff_head *tid_q, in ath_tx_form_aggr()
943 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr()
1088 static u8 ath_get_rate_txpower(struct ath_softc *sc, struct ath_buf *bf, in ath_get_rate_txpower()
1161 static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf, in ath_buf_set_rate()
1299 static void ath_tx_fill_desc(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_fill_desc()
1303 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc()
1394 struct ath_buf *bf_first, struct sk_buff_head *tid_q) in ath_tx_form_burst()
1396 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_burst()
1429 struct ath_buf *bf; in ath_tx_sched_aggr()
1613 struct ath_buf *bf_tail = NULL, *bf; in ath9k_release_buffered_frames()
1660 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath9k_release_buffered_frames()
1788 struct ath_buf *bf, *lastbf; in ath_drain_txq_list()
1797 bf = list_first_entry(list, struct ath_buf, list); in ath_drain_txq_list()
1984 struct ath_buf *bf, *bf_last; in ath_tx_txqaddbuf()
1997 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
1998 bf_last = list_entry(head->prev, struct ath_buf, list); in ath_tx_txqaddbuf()
2052 struct ath_buf *bf = fi->bf; in ath_tx_send_normal()
2147 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc, in ath_tx_setup_buffer()
2155 struct ath_buf *bf; in ath_tx_setup_buffer()
2280 struct ath_buf *bf; in ath_tx_start()
2390 struct ath_buf *bf_tail = NULL; in ath_tx_cabq()
2391 struct ath_buf *bf; in ath_tx_cabq()
2433 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2501 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_complete_buf()
2546 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_rc_status()
2605 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
2625 bf = list_first_entry(&txq->axq_q, struct ath_buf, list); in ath_tx_processq()
2641 bf = list_entry(bf_held->list.next, struct ath_buf, in ath_tx_processq()
2694 struct ath_buf *bf, *lastbf; in ath_tx_edma_tasklet()
2737 bf = list_first_entry(fifo_list, struct ath_buf, list); in ath_tx_edma_tasklet()
2741 bf = list_first_entry(fifo_list, struct ath_buf, list); in ath_tx_edma_tasklet()
2887 struct ath_buf *bf; in ath9k_tx99_send()