/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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_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_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_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_ath_tx.c | 128 struct ieee80211_node *ni, struct ath_buf *bf, struct mbuf *m0); 131 static struct ath_buf * 133 struct ath_tid *tid, struct ath_buf *bf); 137 ath_tx_alq_post(struct ath_softc *sc, struct ath_buf *bf_first) in ath_tx_alq_post() 139 struct ath_buf *bf; in ath_tx_alq_post() 196 ath_tx_set_retry(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_set_retry() 257 struct ath_buf *bf, *next; in ath_txfrag_cleanup() 279 struct ath_buf *bf; in ath_txfrag_setup() 300 ath_tx_dmasetup(struct ath_softc *sc, struct ath_buf *bf, struct mbuf *m0) in ath_tx_dmasetup() 364 struct ath_buf *bf, bool is_aggr, int is_first_subframe, in ath_tx_chaindesclist() [all …]
|
H A D | if_ath_rx_edma.c | 152 static void ath_edma_rxbuf_free(struct ath_softc *sc, struct ath_buf *bf); 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() [all …]
|
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_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_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_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_athvar.h | 117 struct ath_buf; 127 TAILQ_HEAD(,ath_buf) tid_q; /* pending buffers */ 135 TAILQ_HEAD(,ath_buf) tid_q; /* filtered queue */ 183 struct ath_buf *tx_buf[ATH_TID_MAX_BUFS]; 198 struct ath_buf *an_ff_buf[WME_NUM_AC]; /* ff staging area */ 231 struct ath_buf { struct 232 TAILQ_ENTRY(ath_buf) bf_list; 233 struct ath_buf * bf_next; /* next buffer in the aggregate */ argument 245 struct ath_buf *bf_last; /* last buffer in aggregate, or self for non-aggregate */ argument 256 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail); argument [all …]
|
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 | 3158 struct ath_buf * 3161 struct ath_buf *bf; in _ath_getbuf_locked() 3248 struct ath_buf * 3249 ath_buf_clone(struct ath_softc *sc, struct ath_buf *bf) in ath_buf_clone() 3251 struct ath_buf *tbf; in ath_buf_clone() 3300 struct ath_buf * 3303 struct ath_buf *bf; in ath_getbuf() 3333 struct ath_buf *bf; in ath_transmit() 3487 struct ath_buf *fbf = bf; in ath_transmit() 3488 struct ath_buf *n_fbf = NULL; in ath_transmit() [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()
|