Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/
H A Dif_ath_descdma.h35 struct ath_descdma *dd, ath_bufhead *head, const char *name,
38 ath_bufhead *head, const char *name, int ds_size, int nbuf,
41 struct ath_descdma *dd, ath_bufhead *head, const char *name,
44 struct ath_descdma *dd, ath_bufhead *head);
H A Dif_ath_descdma.c146 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_alloc_desc()
239 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_setup()
328 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_setup_rx_edma()
386 struct ath_descdma *dd, ath_bufhead *head) in ath_descdma_cleanup()
H A Dif_ath_tx.h92 extern void ath_txfrag_cleanup(struct ath_softc *sc, ath_bufhead *frags,
94 extern int ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags,
H A Dif_ath_tx_ht.h63 struct ath_tid *tid, ath_bufhead *bf_q);
H A Dif_athvar.h313 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.c4093 ath_bufhead bf_cq; in ath_tx_node_flush()
4148 ath_bufhead bf_cq; in ath_tx_txq_drain()
4381 ath_bufhead *bf_cq) in ath_tx_tid_cleanup()
4608 ath_bufhead *bf_q) in ath_tx_retry_subframe()
4679 ath_bufhead bf_q; in ath_tx_comp_aggr_error()
4682 ath_bufhead bf_cq; in ath_tx_comp_aggr_error()
4834 ath_bufhead bf_q;
4835 ath_bufhead bf_cq;
5368 ath_bufhead bf_q;
5983 ath_bufhead bf_cq;
[all …]
H A Dif_ath_tx_ht.c824 struct ath_tid *tid, ath_bufhead *bf_q) in ath_tx_form_aggr()
H A Dif_ath_rx_edma.c522 ath_bufhead rxlist; in ath_edma_recv_proc_deferred_queue()
H A Dif_ath.c3279 ath_bufhead frags; in ath_transmit()