Lines Matching refs:bf_first
985 struct ath_buf *bf_first) in ath_tx_form_aggr() argument
988 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr()
997 bf = bf_first; in ath_tx_form_aggr()
1025 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr()
1049 bf = bf_first; in ath_tx_form_aggr()
1346 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc() local
1368 if (!bf_first) { in ath_tx_fill_desc()
1369 bf_first = bf; in ath_tx_fill_desc()
1393 if (aggr && (bf == bf_first) && in ath_tx_fill_desc()
1415 if (bf == bf_first) in ath_tx_fill_desc()
1417 else if (bf == bf_first->bf_lastbf) in ath_tx_fill_desc()
1426 if (bf == bf_first->bf_lastbf) in ath_tx_fill_desc()
1427 bf_first = NULL; in ath_tx_fill_desc()
1437 struct ath_buf *bf_first) in ath_tx_form_burst() argument
1439 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_burst()