Lines Matching refs:bf_first
950 struct ath_buf *bf_first, struct sk_buff_head *tid_q, in ath_tx_form_aggr() argument
954 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr()
963 bf = bf_first; in ath_tx_form_aggr()
990 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr()
1016 bf = bf_first; in ath_tx_form_aggr()
1314 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc() local
1336 if (!bf_first) { in ath_tx_fill_desc()
1337 bf_first = bf; in ath_tx_fill_desc()
1361 if (aggr && (bf == bf_first) && in ath_tx_fill_desc()
1383 if (bf == bf_first) in ath_tx_fill_desc()
1385 else if (bf == bf_first->bf_lastbf) in ath_tx_fill_desc()
1394 if (bf == bf_first->bf_lastbf) in ath_tx_fill_desc()
1395 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() argument
1407 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_burst()