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,
150 struct ath_buf *bf) in ath_set_rates()
214 struct ath_buf *bf; in ath_tx_tid_change_state()
242 struct ath_buf *bf; in ath_tx_flush_tid()
296 struct ath_buf *bf) in ath_tx_addto_baw()
319 struct ath_buf *bf; in ath_tid_drain()
345 struct ath_buf *bf = fi->bf; in ath_tx_set_retry()
361 static struct ath_buf *ath_tx_get_buffer(struct ath_softc *sc) in ath_tx_get_buffer()
363 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
372 bf = list_first_entry(&sc->tx.txbuf, struct ath_buf, list); in ath_tx_get_buffer()
380 static void ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_return_buffer()
387 static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) in ath_clone_txbuf()
389 struct ath_buf *tbf; in ath_clone_txbuf()
406 static void ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_count_frames()
439 struct ath_buf *bf, struct list_head *bf_q, in ath_tx_complete_aggr()
449 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr()
606 struct ath_buf *tbf; in ath_tx_complete_aggr()
668 static bool bf_is_ampdu_not_probing(struct ath_buf *bf) in bf_is_ampdu_not_probing()
675 struct ath_tx_status *ts, struct ath_buf *bf, in ath_tx_process_buffer()
707 static bool ath_lookup_legacy(struct ath_buf *bf) in ath_lookup_legacy()
729 static u32 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, in ath_lookup_rate()
801 struct ath_buf *bf, u16 frmlen, in ath_compute_num_delims()
870 static struct ath_buf *
877 struct ath_buf *bf; in ath_tx_get_tid_subframe()
950 struct ath_buf *bf_first, struct sk_buff_head *tid_q, in ath_tx_form_aggr()
954 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr()
1099 static u8 ath_get_rate_txpower(struct ath_softc *sc, struct ath_buf *bf, in ath_get_rate_txpower()
1172 static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf, in ath_buf_set_rate()
1310 static void ath_tx_fill_desc(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_fill_desc()
1314 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc()
1405 struct ath_buf *bf_first, struct sk_buff_head *tid_q) in ath_tx_form_burst()
1407 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_burst()
1440 struct ath_buf *bf; in ath_tx_sched_aggr()
1634 struct ath_buf *bf_tail = NULL, *bf; in ath9k_release_buffered_frames()
1681 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath9k_release_buffered_frames()
1809 struct ath_buf *bf, *lastbf; in ath_drain_txq_list()
1818 bf = list_first_entry(list, struct ath_buf, list); in ath_drain_txq_list()
2021 struct ath_buf *bf, *bf_last; in ath_tx_txqaddbuf()
2034 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
2035 bf_last = list_entry(head->prev, struct ath_buf, list); in ath_tx_txqaddbuf()
2089 struct ath_buf *bf = fi->bf; in ath_tx_send_normal()
2184 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc, in ath_tx_setup_buffer()
2192 struct ath_buf *bf; in ath_tx_setup_buffer()
2317 struct ath_buf *bf; in ath_tx_start()
2427 struct ath_buf *bf_tail = NULL; in ath_tx_cabq()
2428 struct ath_buf *bf; in ath_tx_cabq()
2470 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2538 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_complete_buf()
2583 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_rc_status()
2642 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
2662 bf = list_first_entry(&txq->axq_q, struct ath_buf, list); in ath_tx_processq()
2678 bf = list_entry(bf_held->list.next, struct ath_buf, in ath_tx_processq()
2731 struct ath_buf *bf, *lastbf; in ath_tx_edma_tasklet()
2774 bf = list_first_entry(fifo_list, struct ath_buf, list); in ath_tx_edma_tasklet()
2778 bf = list_first_entry(fifo_list, struct ath_buf, list); in ath_tx_edma_tasklet()
2941 struct ath_buf *bf; in ath9k_tx99_send()