Home
last modified time | relevance | path

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

/freebsd-14.2/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_descdma.c144 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_alloc_desc()
237 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_setup()
326 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_setup_rx_edma()
384 struct ath_descdma *dd, ath_bufhead *head) in ath_descdma_cleanup()
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_tx_ht.h61 struct ath_tid *tid, ath_bufhead *bf_q);
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.c4090 ath_bufhead bf_cq; in ath_tx_node_flush()
4145 ath_bufhead bf_cq; in ath_tx_txq_drain()
4379 ath_bufhead *bf_cq) in ath_tx_tid_cleanup()
4606 ath_bufhead *bf_q) in ath_tx_retry_subframe()
4677 ath_bufhead bf_q; in ath_tx_comp_aggr_error()
4680 ath_bufhead bf_cq; in ath_tx_comp_aggr_error()
4830 ath_bufhead bf_q;
4831 ath_bufhead bf_cq;
5432 ath_bufhead bf_q;
6047 ath_bufhead bf_cq;
[all …]
H A Dif_ath_tx_ht.c819 struct ath_tid *tid, ath_bufhead *bf_q) in ath_tx_form_aggr()
H A Dif_ath_rx_edma.c556 ath_bufhead rxlist; in ath_edma_recv_proc_deferred_queue()
H A Dif_ath.c3326 ath_bufhead frags; in ath_transmit()