Lines Matching refs:bf_first
1026 struct ath_buf *bf_first) in ath_tx_form_aggr() argument
1029 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr()
1038 bf = bf_first; in ath_tx_form_aggr()
1066 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr()
1090 bf = bf_first; in ath_tx_form_aggr()
1392 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc() local
1414 if (!bf_first) { in ath_tx_fill_desc()
1415 bf_first = bf; in ath_tx_fill_desc()
1439 if (aggr && (bf == bf_first) && in ath_tx_fill_desc()
1461 if (bf == bf_first) in ath_tx_fill_desc()
1463 else if (bf == bf_first->bf_lastbf) in ath_tx_fill_desc()
1472 if (bf == bf_first->bf_lastbf) in ath_tx_fill_desc()
1473 bf_first = NULL; in ath_tx_fill_desc()
1483 struct ath_buf *bf_first) in ath_tx_form_burst() argument
1485 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_burst()