Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dxmit.c1634 struct ath_buf *bf_tail = NULL, *bf = NULL; in ath9k_release_buffered_frames() local
1659 if (bf_tail) in ath9k_release_buffered_frames()
1660 bf_tail->bf_next = bf; in ath9k_release_buffered_frames()
1662 bf_tail = bf; in ath9k_release_buffered_frames()
1677 ath9k_set_moredata(sc, bf_tail, false); in ath9k_release_buffered_frames()
1679 info = IEEE80211_SKB_CB(bf_tail->bf_mpdu); in ath9k_release_buffered_frames()
2339 struct ath_buf *bf_tail = NULL; in ath_tx_cabq() local
2363 if (bf_tail) in ath_tx_cabq()
2364 bf_tail->bf_next = bf; in ath_tx_cabq()
2367 bf_tail = bf; in ath_tx_cabq()