Lines Matching refs:ath_buf

55 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf,
61 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf,
65 struct ath_buf *bf);
66 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc,
158 struct ath_buf *bf) in ath_set_rates()
236 struct ath_buf *bf; in ath_tx_flush_tid()
272 struct ath_buf *bf) in ath_tx_update_baw()
295 struct ath_buf *bf) in ath_tx_addto_baw()
321 struct ath_buf *bf; in ath_tid_drain()
348 struct ath_buf *bf = fi->bf; in ath_tx_set_retry()
364 static struct ath_buf *ath_tx_get_buffer(struct ath_softc *sc) in ath_tx_get_buffer()
366 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
375 bf = list_first_entry(&sc->tx.txbuf, struct ath_buf, list); in ath_tx_get_buffer()
383 static void ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_return_buffer()
390 static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) in ath_clone_txbuf()
392 struct ath_buf *tbf; in ath_clone_txbuf()
409 static void ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_count_frames()
440 struct ath_buf *bf, struct list_head *bf_q, in ath_tx_complete_aggr()
448 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr()
597 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()
665 struct ath_buf *bf, in ath_tx_count_airtime()
682 struct ath_tx_status *ts, struct ath_buf *bf, in ath_tx_process_buffer()
730 static bool ath_lookup_legacy(struct ath_buf *bf) in ath_lookup_legacy()
752 static u32 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, in ath_lookup_rate()
824 struct ath_buf *bf, u16 frmlen, in ath_compute_num_delims()
895 struct ath_atx_tid *tid, struct ath_buf **buf) in ath_tx_get_tid_subframe()
899 struct ath_buf *bf; in ath_tx_get_tid_subframe()
985 struct ath_buf *bf_first) in ath_tx_form_aggr()
988 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr()
1130 static u8 ath_get_rate_txpower(struct ath_softc *sc, struct ath_buf *bf, in ath_get_rate_txpower()
1204 static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf, in ath_buf_set_rate()
1342 static void ath_tx_fill_desc(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_fill_desc()
1346 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc()
1437 struct ath_buf *bf_first) in ath_tx_form_burst()
1439 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_burst()
1471 struct ath_buf *bf = NULL; in ath_tx_sched_aggr()
1609 ath9k_set_moredata(struct ath_softc *sc, struct ath_buf *bf, bool val) in ath9k_set_moredata()
1634 struct ath_buf *bf_tail = NULL, *bf = NULL; in ath9k_release_buffered_frames()
1682 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath9k_release_buffered_frames()
1810 struct ath_buf *bf, *lastbf; in ath_drain_txq_list()
1819 bf = list_first_entry(list, struct ath_buf, list); in ath_drain_txq_list()
1981 struct ath_buf *bf, *bf_last; in ath_tx_txqaddbuf()
1994 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
1995 bf_last = list_entry(head->prev, struct ath_buf, list); in ath_tx_txqaddbuf()
2049 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()
2279 struct ath_buf *bf; in ath_tx_start()
2342 struct ath_buf *bf_tail = NULL; in ath_tx_cabq()
2343 struct ath_buf *bf; in ath_tx_cabq()
2385 bf = list_last_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2388 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2452 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_complete_buf()
2498 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_rc_status()
2560 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
2580 bf = list_first_entry(&txq->axq_q, struct ath_buf, list); in ath_tx_processq()
2596 bf = list_entry(bf_held->list.next, struct ath_buf, in ath_tx_processq()
2651 struct ath_buf *bf, *lastbf; in ath_tx_edma_tasklet()
2695 bf = list_first_entry(fifo_list, struct ath_buf, list); in ath_tx_edma_tasklet()
2699 bf = list_first_entry(fifo_list, struct ath_buf, list); in ath_tx_edma_tasklet()
2851 struct ath_buf *bf; in ath9k_tx99_send()