Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1639 struct ath_buf *bf_tail = NULL, *bf = NULL; in ath9k_release_buffered_frames() local
1664 if (bf_tail) in ath9k_release_buffered_frames()
1665 bf_tail->bf_next = bf; in ath9k_release_buffered_frames()
1667 bf_tail = bf; in ath9k_release_buffered_frames()
1682 ath9k_set_moredata(sc, bf_tail, false); in ath9k_release_buffered_frames()
1684 info = IEEE80211_SKB_CB(bf_tail->bf_mpdu); in ath9k_release_buffered_frames()
2348 struct ath_buf *bf_tail = NULL; in ath_tx_cabq() local
2372 if (bf_tail) in ath_tx_cabq()
2373 bf_tail->bf_next = bf; in ath_tx_cabq()
2376 bf_tail in ath_tx_cabq()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1700 struct ath_buf *bf_tail = NULL, *bf = NULL; in ath9k_release_buffered_frames() local
1724 if (bf_tail) in ath9k_release_buffered_frames()
1725 bf_tail->bf_next = bf; in ath9k_release_buffered_frames()
1727 bf_tail = bf; in ath9k_release_buffered_frames()
1741 ath9k_set_moredata(sc, bf_tail, false); in ath9k_release_buffered_frames()
1743 info = IEEE80211_SKB_CB(bf_tail->bf_mpdu); in ath9k_release_buffered_frames()
2407 struct ath_buf *bf_tail = NULL; in ath_tx_cabq() local
2431 if (bf_tail) in ath_tx_cabq()
2432 bf_tail->bf_next = bf; in ath_tx_cabq()
2435 bf_tail in ath_tx_cabq()
[all...]

Completed in 8 milliseconds