Searched refs:bf_first (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 985 struct ath_buf *bf_first) in ath_tx_form_aggr() 988 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr() 997 bf = bf_first; in ath_tx_form_aggr() 1025 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr() 1049 bf = bf_first; in ath_tx_form_aggr() 1351 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc() local 1373 if (!bf_first) { in ath_tx_fill_desc() 1374 bf_first = bf; in ath_tx_fill_desc() 1398 if (aggr && (bf == bf_first) && in ath_tx_fill_desc() 1420 if (bf == bf_first) in ath_tx_fill_desc() 983 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) ath_tx_form_aggr() argument 1440 ath_tx_form_burst(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) ath_tx_form_burst() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 1034 struct ath_buf *bf_first) in ath_tx_form_aggr() 1037 struct ath_buf *bf = bf_first, *bf_prev = NULL; in ath_tx_form_aggr() 1046 bf = bf_first; in ath_tx_form_aggr() 1074 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr() 1098 bf = bf_first; in ath_tx_form_aggr() 1412 struct ath_buf *bf_first = NULL; in ath_tx_fill_desc() local 1434 if (!bf_first) { in ath_tx_fill_desc() 1435 bf_first = bf; in ath_tx_fill_desc() 1459 if (aggr && (bf == bf_first) && in ath_tx_fill_desc() 1481 if (bf == bf_first) in ath_tx_fill_desc() 1032 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) ath_tx_form_aggr() argument 1501 ath_tx_form_burst(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) ath_tx_form_burst() argument [all...] |
Completed in 7 milliseconds