Searched refs:bf_last (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 448 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr() local 568 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr() 596 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr() 599 tbf = ath_clone_txbuf(sc, bf_last); in ath_tx_complete_aggr() 1986 struct ath_buf *bf, *bf_last; in ath_tx_txqaddbuf() local 2000 bf_last = list_entry(head->prev, struct ath_buf, list); in ath_tx_txqaddbuf() 2020 txq->axq_link = bf_last->bf_desc; in ath_tx_txqaddbuf() 2041 bf_last = bf->bf_lastbf; in ath_tx_txqaddbuf() 2042 bf = bf_last->bf_next; in ath_tx_txqaddbuf() 2043 bf_last in ath_tx_txqaddbuf() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 497 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr() local 617 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr() 645 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr() 648 tbf = ath_clone_txbuf(sc, bf_last); in ath_tx_complete_aggr() 2045 struct ath_buf *bf, *bf_last; in ath_tx_txqaddbuf() local 2059 bf_last = list_entry(head->prev, struct ath_buf, list); in ath_tx_txqaddbuf() 2079 txq->axq_link = bf_last->bf_desc; in ath_tx_txqaddbuf() 2100 bf_last = bf->bf_lastbf; in ath_tx_txqaddbuf() 2101 bf = bf_last->bf_next; in ath_tx_txqaddbuf() 2102 bf_last in ath_tx_txqaddbuf() [all...] |
Completed in 7 milliseconds