Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1029 struct ath_buf *bf_first) in ath_tx_form_aggr() argument
1041 bf = bf_first; in ath_tx_form_aggr()
1093 bf = bf_first; in ath_tx_form_aggr()
1407 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc() local
1429 if (!bf_first) { in ath_tx_fill_desc()
1430 bf_first = bf; in ath_tx_fill_desc()
1454 if (aggr && (bf == bf_first) && in ath_tx_fill_desc()
1476 if (bf == bf_first) in ath_tx_fill_desc()
1487 if (bf == bf_first->bf_lastbf) in ath_tx_fill_desc()
1488 bf_first = NULL; in ath_tx_fill_desc()
[all …]