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

/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath_tx_ht.c695 struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL; local
860 if (bf_prev)
861 bf_prev->bf_next = bf;
862 bf_prev = bf;
H A Dif_ath_tx.c553 struct ath_buf *bf, *bf_prev = NULL; local
633 if (bf_prev != NULL)
634 ath_hal_settxdesclink(sc->sc_ah, bf_prev->bf_lastds,
638 bf_prev = bf;
647 bf_first->bf_lastds = bf_prev->bf_lastds;
653 bf_first->bf_last = bf_prev;
678 ath_hal_setuplasttxdesc(sc->sc_ah, bf_prev->bf_lastds, ds0);

Completed in 97 milliseconds