Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dxmit.c1555 struct ath_buf *bf_tail = NULL, *bf; in ath9k_release_buffered_frames() local
1582 if (bf_tail) in ath9k_release_buffered_frames()
1583 bf_tail->bf_next = bf; in ath9k_release_buffered_frames()
1585 bf_tail = bf; in ath9k_release_buffered_frames()
1599 info = IEEE80211_SKB_CB(bf_tail->bf_mpdu); in ath9k_release_buffered_frames()
2334 struct ath_buf *bf_tail = NULL; in ath_tx_cabq() local
2358 if (bf_tail) in ath_tx_cabq()
2359 bf_tail->bf_next = bf; in ath_tx_cabq()
2362 bf_tail = bf; in ath_tx_cabq()