Searched refs:bf_prev (Results 1 – 2 of 2) sorted by relevance
824 struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL; in ath_tx_form_aggr() local1003 if (bf_prev) in ath_tx_form_aggr()1004 bf_prev->bf_next = bf; in ath_tx_form_aggr()1005 bf_prev = bf; in ath_tx_form_aggr()
554 struct ath_buf *bf, *bf_prev = NULL; in ath_tx_setds_11n() local634 if (bf_prev != NULL) in ath_tx_setds_11n()635 ath_hal_settxdesclink(sc->sc_ah, bf_prev->bf_lastds, in ath_tx_setds_11n()639 bf_prev = bf; in ath_tx_setds_11n()648 bf_first->bf_lastds = bf_prev->bf_lastds; in ath_tx_setds_11n()654 bf_first->bf_last = bf_prev; in ath_tx_setds_11n()679 ath_hal_setuplasttxdesc(sc->sc_ah, bf_prev->bf_lastds, ds0); in ath_tx_setds_11n()