Searched refs:bf_prev (Results 1 – 1 of 1) sorted by relevance
1042 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr() local1090 if (bf_prev) in ath_tx_form_aggr()1091 bf_prev->bf_next = bf; in ath_tx_form_aggr()1093 bf_prev = bf; in ath_tx_form_aggr()1102 bf->bf_lastbf = bf_prev; in ath_tx_form_aggr()1104 if (bf == bf_prev) { in ath_tx_form_aggr()1491 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_burst() local1499 if (bf_prev) in ath_tx_form_burst()1500 bf_prev->bf_next = bf; in ath_tx_form_burst()1501 bf_prev = bf; in ath_tx_form_burst()