Searched refs:ath_bufhead (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_descdma.h33 struct ath_descdma *dd, ath_bufhead *head, const char *name,
36 ath_bufhead *head, const char *name, int ds_size, int nbuf,
39 struct ath_descdma *dd, ath_bufhead *head, const char *name,
42 struct ath_descdma *dd, ath_bufhead *head);
H A Dif_ath_tx_ht.h61 struct ath_tid *tid, ath_bufhead *bf_q);
H A Dif_ath_tx.h89 extern void ath_txfrag_cleanup(struct ath_softc *sc, ath_bufhead *frags,
91 extern int ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags,
H A Dif_ath_descdma.c144 struct ath_descdma *dd, ath_bufhead *head,
237 struct ath_descdma *dd, ath_bufhead *head,
326 struct ath_descdma *dd, ath_bufhead *head,
384 struct ath_descdma *dd, ath_bufhead *head)
H A Dif_ath_tx.c255 ath_bufhead *frags, struct ieee80211_node *ni)
275 ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags,
3573 struct ath_buf *bf_first, ath_bufhead *bf_q)
3807 struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf)
3929 struct ath_tid *tid, ath_bufhead *bf_cq)
4090 ath_bufhead bf_cq;
4145 ath_bufhead bf_cq;
4314 int tid, struct ath_buf *bf_head, ath_bufhead *bf_cq)
4379 ath_bufhead *bf_cq)
4606 ath_bufhead *bf_
[all...]
H A Dif_athvar.h314 typedef TAILQ_HEAD(ath_bufhead_s, ath_buf) ath_bufhead; typedef
576 ath_bufhead sc_rx_rxlist[HAL_NUM_RX_QUEUES]; /* deferred RX completion */
585 ath_bufhead sc_txbuf_list;
742 ath_bufhead sc_rxbuf; /* receive buffer */
755 ath_bufhead sc_txbuf; /* transmit buffer */
758 ath_bufhead sc_txbuf_mgmt; /* mgmt transmit buffer */
779 ath_bufhead sc_bbuf; /* beacon buffers */
H A Dif_ath_tx_ht.c819 struct ath_tid *tid, ath_bufhead *bf_q)
H A Dif_ath_rx_edma.c556 ath_bufhead rxlist;
H A Dif_ath.c3326 ath_bufhead frags;
4887 * always completed there (pushed onto a txq or ath_bufhead) so we knew

Completed in 132 milliseconds