Searched refs:bf_first (Results 1 – 1 of 1) sorted by relevance
985 struct ath_buf *bf_first) in ath_tx_form_aggr() argument988 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()1351 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc() local1373 if (!bf_first) { in ath_tx_fill_desc()1374 bf_first = bf; in ath_tx_fill_desc()1398 if (aggr && (bf == bf_first) && in ath_tx_fill_desc()1420 if (bf == bf_first) in ath_tx_fill_desc()[all …]