| /freebsd-14.2/sys/dev/ath/ |
| H A D | if_ath_misc.h | 48 extern struct ath_buf * ath_getbuf(struct ath_softc *sc, 50 extern struct ath_buf * _ath_getbuf_locked(struct ath_softc *sc, 52 extern struct ath_buf * ath_buf_clone(struct ath_softc *sc, 53 struct ath_buf *bf); 55 extern void ath_freebuf(struct ath_softc *sc, struct ath_buf *bf); 56 extern void ath_returnbuf_head(struct ath_softc *sc, struct ath_buf *bf); 57 extern void ath_returnbuf_tail(struct ath_softc *sc, struct ath_buf *bf); 61 extern void ath_tx_default_comp(struct ath_softc *sc, struct ath_buf *bf, 71 extern void ath_tx_freebuf(struct ath_softc *sc, struct ath_buf *bf, 92 struct ath_txq *txq, struct ath_tx_status *ts, struct ath_buf *bf);
|
| H A D | if_ath_tx.h | 94 struct ath_buf *bf, struct mbuf *m0); 100 struct ath_txq *txq, int queue_to_head, struct ath_buf *bf); 107 extern void ath_tx_normal_comp(struct ath_softc *sc, struct ath_buf *bf, 109 extern void ath_tx_aggr_comp(struct ath_softc *sc, struct ath_buf *bf, 112 struct ath_tid *tid, struct ath_buf *bf); 148 extern void ath_tx_alq_post(struct ath_softc *sc, struct ath_buf *bf_first);
|
| H A D | if_ath_debug.c | 99 ath_printrxbuf(struct ath_softc *sc, const struct ath_buf *bf, in ath_printrxbuf() 135 ath_printtxbuf_edma(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxbuf_edma() 140 const struct ath_buf *bf = first_bf; in ath_printtxbuf_edma() 198 ath_printtxbuf_legacy(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxbuf_legacy() 202 const struct ath_buf *bf = first_bf; in ath_printtxbuf_legacy() 241 ath_printtxbuf(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxbuf() 251 ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxstatbuf()
|
| H A D | if_ath_tx.c | 131 static struct ath_buf * 139 struct ath_buf *bf; in ath_tx_alq_post() 279 struct ath_buf *bf; in ath_txfrag_setup() 2423 struct ath_buf *bf; in ath_raw_xmit() 3480 struct ath_buf *bf; in ath_tx_tid_filt_comp_complete() 3931 struct ath_buf *bf; in ath_tx_tid_drain() 4091 struct ath_buf *bf; in ath_tx_node_flush() 4146 struct ath_buf *bf; in ath_tx_txq_drain() 5372 struct ath_buf *bf; 5428 struct ath_buf *bf; [all …]
|
| H A D | if_ath_rx_edma.c | 208 struct ath_buf *bf; in ath_edma_reinit_fifo() 415 struct ath_buf *bf; in ath_edma_recv_proc_queue() 528 struct ath_buf *bf; in ath_edma_flush_deferred_queue() 553 struct ath_buf *bf, *next; in ath_edma_recv_proc_deferred_queue() 675 ath_edma_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf) in ath_edma_rxbuf_init() 753 static struct ath_buf * 756 struct ath_buf *bf; in ath_edma_rxbuf_alloc() 789 ath_edma_rxbuf_free(struct ath_softc *sc, struct ath_buf *bf) in ath_edma_rxbuf_free() 818 struct ath_buf *bf; in ath_edma_rxfifo_alloc() 892 struct ath_buf *bf = re->m_fifo[i]; in ath_edma_rxfifo_flush() [all …]
|
| H A D | if_ath_debug.h | 106 extern void ath_printrxbuf(struct ath_softc *, const struct ath_buf *bf, 108 extern void ath_printtxbuf(struct ath_softc *, const struct ath_buf *bf, 110 extern void ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *bf,
|
| H A D | if_ath_tx_edma.c | 174 struct ath_buf *bf, *bf_last; in ath_tx_edma_push_staging_list() 175 struct ath_buf *bfi, *bfp; in ath_tx_edma_push_staging_list() 177 TAILQ_HEAD(axq_q_f_s, ath_buf) sq; in ath_tx_edma_push_staging_list() 404 struct ath_buf *bf; in ath_edma_dma_restart() 529 struct ath_buf *bf) in ath_edma_xmit_handoff_hw() 566 struct ath_buf *bf) in ath_edma_xmit_handoff_mcast() 578 struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s); in ath_edma_xmit_handoff_mcast() 621 struct ath_buf *bf) in ath_edma_xmit_handoff() 642 te->m_fifo = malloc(sizeof(struct ath_buf *) * HAL_TXFIFO_DEPTH, in ath_edma_setup_txfifo() 800 struct ath_buf *bf; in ath_edma_tx_processq()
|
| H A D | if_ath_tx_ht.h | 54 extern void ath_tx_rate_fill_rcflags(struct ath_softc *sc, struct ath_buf *bf); 57 struct ieee80211_node *ni, struct ath_buf *bf);
|
| H A D | if_ath_beacon.h | 40 extern struct ath_buf * ath_beacon_generate(struct ath_softc *sc, 48 extern void ath_beacon_return(struct ath_softc *sc, struct ath_buf *bf);
|
| H A D | if_athvar.h | 117 struct ath_buf; 183 struct ath_buf *tx_buf[ATH_TID_MAX_BUFS]; 231 struct ath_buf { struct 232 TAILQ_ENTRY(ath_buf) bf_list; 376 TAILQ_HEAD(axq_q_f_s, ath_buf) axq_q; 482 struct ath_buf *av_bcbuf; /* beacon buffer */ 521 struct ath_buf *bf); 530 struct ath_buf **m_fifo; 536 struct ath_buf *m_holdbf; 540 struct ath_buf **m_fifo; [all …]
|
| H A D | if_ath_beacon.c | 184 struct ath_buf *bf; in ath_beacon_alloc() 266 ath_beacon_setup(struct ath_softc *sc, struct ath_buf *bf) in ath_beacon_setup() 435 struct ath_buf *bf; in ath_beacon_proc() 570 struct ath_buf *bf, *bf_last; in ath_beacon_cabq_start_edma() 573 struct ath_buf *bfi; in ath_beacon_cabq_start_edma() 662 struct ath_buf *bf; in ath_beacon_cabq_start_legacy() 698 struct ath_buf * 703 struct ath_buf *bf; in ath_beacon_generate() 783 struct ath_buf *bfm, *bfc_last; in ath_beacon_generate() 829 struct ath_buf *bf; in ath_beacon_start_adhoc() [all …]
|
| H A D | if_ath_descdma.c | 245 struct ath_buf *bf; in ath_descdma_setup() 260 bsize = sizeof(struct ath_buf) * nbuf; in ath_descdma_setup() 329 struct ath_buf *bf; in ath_descdma_setup_rx_edma() 348 bsize = sizeof(struct ath_buf) * nbuf; in ath_descdma_setup_rx_edma() 386 struct ath_buf *bf; in ath_descdma_cleanup()
|
| H A D | if_ath_rx.h | 53 extern int ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf); 62 struct ath_buf *bf, struct mbuf *m);
|
| H A D | if_ath_tx_ht.c | 222 ath_tx_rate_fill_rcflags(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_rate_fill_rcflags() 404 ath_compute_num_delims(struct ath_softc *sc, struct ath_buf *first_bf, in ath_compute_num_delims() 564 struct ath_buf *bf) in ath_get_aggr_limit() 615 struct ath_buf *bf, HAL_11N_RATE_SERIES *series) in ath_rateseries_setup() 742 struct ath_buf *bf) in ath_buf_set_rate() 822 struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL; in ath_tx_form_aggr()
|
| H A D | if_athrate.h | 158 struct ath_buf;
|
| H A D | if_ath.c | 3150 struct ath_buf * 3153 struct ath_buf *bf; in _ath_getbuf_locked() 3240 struct ath_buf * 3243 struct ath_buf *tbf; in ath_buf_clone() 3292 struct ath_buf * 3295 struct ath_buf *bf; in ath_getbuf() 3325 struct ath_buf *bf; in ath_transmit() 4434 struct ath_buf *bf; in ath_tx_processq() 4954 struct ath_buf *bf; in ath_tx_draintxq_get_one() 5012 struct ath_buf *bf; in ath_tx_draintxq() [all …]
|
| H A D | if_ath_rx.c | 246 ath_legacy_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf) in ath_legacy_rxbuf_init() 658 uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf, in ath_rx_pkt() 1075 struct ath_buf *bf; in ath_rx_proc() 1351 struct ath_buf *bf; in ath_legacy_flush_rxholdbf() 1410 struct ath_buf *bf; in ath_legacy_stoprecv() 1453 struct ath_buf *bf; in ath_legacy_startrecv()
|
| H A D | if_ath_tdma.c | 617 struct ath_buf *bf; in ath_tdma_beacon_send()
|
| H A D | if_ath_sysctl.c | 462 struct ath_buf *bf; in ath_sysctl_txagg()
|