Home
last modified time | relevance | path

Searched refs:bf_prev (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
Dif_ath_tx_ht.c824 struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL; in ath_tx_form_aggr() local
1003 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()
Dif_ath_tx.c554 struct ath_buf *bf, *bf_prev = NULL; in ath_tx_setds_11n() local
634 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()