Searched refs:bf_prev (Results 1 – 1 of 1) sorted by relevance
954 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr() local1004 if (bf_prev) in ath_tx_form_aggr()1005 bf_prev->bf_next = bf; in ath_tx_form_aggr()1007 bf_prev = bf; in ath_tx_form_aggr()1017 bf->bf_lastbf = bf_prev; in ath_tx_form_aggr()1019 if (bf == bf_prev) { in ath_tx_form_aggr()1407 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_burst() local1418 if (bf_prev) in ath_tx_form_burst()1419 bf_prev->bf_next = bf; in ath_tx_form_burst()1420 bf_prev = bf; in ath_tx_form_burst()