Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1874 struct ath_buf *bf, *lastbf; in ath_drain_txq_list() local
1892 lastbf = bf->bf_lastbf; in ath_drain_txq_list()
2674 lastbf = bf->bf_lastbf; in ath_tx_processq()
2675 ds = lastbf->bf_desc; in ath_tx_processq()
2689 lastbf->bf_state.stale = true; in ath_tx_processq()
2693 &txq->axq_q, lastbf->list.prev); in ath_tx_processq()
2725 struct ath_buf *bf, *lastbf; in ath_tx_edma_tasklet() local
2776 lastbf = bf->bf_lastbf; in ath_tx_edma_tasklet()
2792 lastbf->bf_state.stale = true; in ath_tx_edma_tasklet()
2793 if (bf != lastbf) in ath_tx_edma_tasklet()
[all …]