Searched refs:bf_q (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_tx_ht.h61 struct ath_tid *tid, ath_bufhead *bf_q);
H A Dif_ath_tx.c3573 struct ath_buf *bf_first, ath_bufhead *bf_q)
3595 TAILQ_INSERT_TAIL(bf_q, bf, bf_list);
3609 * If the buffer couldn't be cloned, add it to bf_q;
3616 TAILQ_INSERT_TAIL(bf_q, bf, bf_list);
4599 * If retrying, queues buffers to bf_q. If not, frees the
4606 ath_bufhead *bf_q)
4663 TAILQ_INSERT_TAIL(bf_q, bf, bf_list);
4677 ath_bufhead bf_q; local
4682 TAILQ_INIT(&bf_q);
4704 if (ath_tx_retry_subframe(sc, bf, &bf_q)) {
3572 ath_tx_tid_filt_comp_aggr(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf_first, ath_bufhead *bf_q) argument
4605 ath_tx_retry_subframe(struct ath_softc *sc, struct ath_buf *bf, ath_bufhead *bf_q) argument
4830 ath_bufhead bf_q; local
5432 ath_bufhead bf_q; local
[all...]
H A Dif_ath_tx_ht.c819 struct ath_tid *tid, ath_bufhead *bf_q)
973 TAILQ_INSERT_TAIL(bf_q, bf, bf_list);
818 ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_q) argument

Completed in 111 milliseconds