Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1875 struct ath_buf *bf, *lastbf; in ath_drain_txq_list() local
1893 lastbf = bf->bf_lastbf; in ath_drain_txq_list()
2666 lastbf = bf->bf_lastbf; in ath_tx_processq()
2667 ds = lastbf->bf_desc; in ath_tx_processq()
2681 lastbf->bf_state.stale = true; in ath_tx_processq()
2685 &txq->axq_q, lastbf->list.prev); in ath_tx_processq()
2717 struct ath_buf *bf, *lastbf; in ath_tx_edma_tasklet() local
2768 lastbf = bf->bf_lastbf; in ath_tx_edma_tasklet()
2784 lastbf->bf_state.stale = true; in ath_tx_edma_tasklet()
2785 if (bf != lastbf) in ath_tx_edma_tasklet()
[all …]