Lines Matching refs:bf_first
939 struct ath_buf *bf_first, struct sk_buff_head *tid_q, in ath_tx_form_aggr() argument
943 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr()
952 bf = bf_first; in ath_tx_form_aggr()
979 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr()
1005 bf = bf_first; in ath_tx_form_aggr()
1303 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc() local
1325 if (!bf_first) { in ath_tx_fill_desc()
1326 bf_first = bf; in ath_tx_fill_desc()
1350 if (aggr && (bf == bf_first) && in ath_tx_fill_desc()
1372 if (bf == bf_first) in ath_tx_fill_desc()
1374 else if (bf == bf_first->bf_lastbf) in ath_tx_fill_desc()
1383 if (bf == bf_first->bf_lastbf) in ath_tx_fill_desc()
1384 bf_first = NULL; in ath_tx_fill_desc()
1394 struct ath_buf *bf_first, struct sk_buff_head *tid_q) in ath_tx_form_burst() argument
1396 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_burst()