Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_ht.c822 struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL; in ath_tx_form_aggr() local
855 if (bf_first == NULL) { in ath_tx_form_aggr()
856 bf_first = bf; in ath_tx_form_aggr()
863 bf_first); in ath_tx_form_aggr()
864 if (bf_first->bf_state.bfs_rc_maxpktlen > 0) { in ath_tx_form_aggr()
866 bf_first->bf_state.bfs_rc_maxpktlen); in ath_tx_form_aggr()
906 if (bf_first->bf_state.bfs_txflags & in ath_tx_form_aggr()
930 if (bf != bf_first) { in ath_tx_form_aggr()
934 bf_first->bf_state.bfs_txflags & in ath_tx_form_aggr()
988 ath_compute_num_delims(sc, bf_first, in ath_tx_form_aggr()
[all …]
H A Dif_ath_tx.c137 ath_tx_alq_post(struct ath_softc *sc, struct ath_buf *bf_first) in ath_tx_alq_post() argument
144 bf = bf_first; in ath_tx_alq_post()
550 ath_tx_setds_11n(struct ath_softc *sc, struct ath_buf *bf_first) in ath_tx_setds_11n() argument
553 struct ath_desc *ds0 = bf_first->bf_desc; in ath_tx_setds_11n()
556 __func__, bf_first->bf_state.bfs_nframes, in ath_tx_setds_11n()
557 bf_first->bf_state.bfs_al); in ath_tx_setds_11n()
559 bf = bf_first; in ath_tx_setds_11n()
600 if (bf == bf_first) { in ath_tx_setds_11n()
613 !! (bf == bf_first), /* is_first_subframe */ in ath_tx_setds_11n()
617 if (bf == bf_first) { in ath_tx_setds_11n()
[all …]
H A Dif_ath_tx.h148 extern void ath_tx_alq_post(struct ath_softc *sc, struct ath_buf *bf_first);