Searched refs:ath_bufhead (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/dev/ath/ |
| D | if_ath_descdma.h | 35 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);
|
| D | if_ath_descdma.c | 146 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()
|
| D | if_ath_tx.h | 91 extern void ath_txfrag_cleanup(struct ath_softc *sc, ath_bufhead *frags, 93 extern int ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags,
|
| D | if_ath_tx_ht.h | 63 struct ath_tid *tid, ath_bufhead *bf_q);
|
| D | if_athvar.h | 315 typedef TAILQ_HEAD(ath_bufhead_s, ath_buf) ath_bufhead; typedef 577 ath_bufhead sc_rx_rxlist[HAL_NUM_RX_QUEUES]; /* deferred RX completion */ 586 ath_bufhead sc_txbuf_list; 743 ath_bufhead sc_rxbuf; /* receive buffer */ 756 ath_bufhead sc_txbuf; /* transmit buffer */ 759 ath_bufhead sc_txbuf_mgmt; /* mgmt transmit buffer */ 780 ath_bufhead sc_bbuf; /* beacon buffers */
|
| D | if_ath_tx.c | 257 ath_bufhead *frags, struct ieee80211_node *ni) in ath_txfrag_cleanup() 277 ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags, in ath_txfrag_setup() 3575 struct ath_buf *bf_first, ath_bufhead *bf_q) in ath_tx_tid_filt_comp_aggr() 3809 struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf) in ath_tx_tid_drain_pkt() 3931 struct ath_tid *tid, ath_bufhead *bf_cq) in ath_tx_tid_drain() 4092 ath_bufhead bf_cq; in ath_tx_node_flush() 4147 ath_bufhead bf_cq; in ath_tx_txq_drain() 4316 int tid, struct ath_buf *bf_head, ath_bufhead *bf_cq) in ath_tx_tid_cleanup_frame() 4381 ath_bufhead *bf_cq) in ath_tx_tid_cleanup() 4608 ath_bufhead *bf_q) in ath_tx_retry_subframe() [all …]
|
| D | if_ath_tx_ht.c | 821 struct ath_tid *tid, ath_bufhead *bf_q) in ath_tx_form_aggr()
|
| D | if_ath_rx_edma.c | 558 ath_bufhead rxlist; in ath_edma_recv_proc_deferred_queue()
|
| D | if_ath.c | 3279 ath_bufhead frags; in ath_transmit()
|