Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dxmit.c1033 struct ath_buf *bf_first) in ath_tx_form_aggr() argument
1036 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr()
1045 bf = bf_first; in ath_tx_form_aggr()
1073 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr()
1097 bf = bf_first; in ath_tx_form_aggr()
1411 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc() local
1433 if (!bf_first) { in ath_tx_fill_desc()
1434 bf_first = bf; in ath_tx_fill_desc()
1458 if (aggr && (bf == bf_first) && in ath_tx_fill_desc()
1480 if (bf == bf_first) in ath_tx_fill_desc()
[all …]