Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1879 struct ath_buf *bf, *lastbf; in ath_drain_txq_list() local
1897 lastbf = bf->bf_lastbf; in ath_drain_txq_list()
2679 lastbf = bf->bf_lastbf; in ath_tx_processq()
2680 ds = lastbf->bf_desc; in ath_tx_processq()
2694 lastbf->bf_state.stale = true; in ath_tx_processq()
2698 &txq->axq_q, lastbf->list.prev); in ath_tx_processq()
2730 struct ath_buf *bf, *lastbf; in ath_tx_edma_tasklet() local
2781 lastbf = bf->bf_lastbf; in ath_tx_edma_tasklet()
2797 lastbf->bf_state.stale = true; in ath_tx_edma_tasklet()
2798 if (bf != lastbf) in ath_tx_edma_tasklet()
[all …]