Searched refs:bf_prev (Results 1 – 1 of 1) sorted by relevance
1036 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr() local1084 if (bf_prev) in ath_tx_form_aggr()1085 bf_prev->bf_next = bf; in ath_tx_form_aggr()1087 bf_prev = bf; in ath_tx_form_aggr()1098 bf->bf_lastbf = bf_prev; in ath_tx_form_aggr()1100 if (bf == bf_prev) { in ath_tx_form_aggr()1504 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_burst() local1512 if (bf_prev) in ath_tx_form_burst()1513 bf_prev->bf_next = bf; in ath_tx_form_burst()1514 bf_prev = bf; in ath_tx_form_burst()