Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dxmit.c438 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr() local
566 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()
594 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()
597 tbf = ath_clone_txbuf(sc, bf_last); in ath_tx_complete_aggr()
1984 struct ath_buf *bf, *bf_last; in ath_tx_txqaddbuf() local
1998 bf_last = list_entry(head->prev, struct ath_buf, list); in ath_tx_txqaddbuf()
2018 txq->axq_link = bf_last->bf_desc; in ath_tx_txqaddbuf()
2039 bf_last = bf->bf_lastbf; in ath_tx_txqaddbuf()
2040 bf = bf_last->bf_next; in ath_tx_txqaddbuf()
2041 bf_last->bf_next = NULL; in ath_tx_txqaddbuf()