Lines Matching refs:bf_first
827 struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL; in ath_tx_form_aggr() local
847 if (bf_first == NULL) in ath_tx_form_aggr()
848 bf_first = bf; in ath_tx_form_aggr()
859 bf_first); in ath_tx_form_aggr()
898 if (bf_first->bf_state.bfs_txflags & in ath_tx_form_aggr()
922 if (bf != bf_first) { in ath_tx_form_aggr()
926 bf_first->bf_state.bfs_txflags & in ath_tx_form_aggr()
980 ath_compute_num_delims(sc, bf_first, in ath_tx_form_aggr()
981 bf->bf_state.bfs_pktlen, (bf_first == bf)); in ath_tx_form_aggr()
1024 if (bf_first) { in ath_tx_form_aggr()
1025 bf_first->bf_state.bfs_al = al; in ath_tx_form_aggr()
1026 bf_first->bf_state.bfs_nframes = nframes; in ath_tx_form_aggr()