Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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_ht.h61 struct ath_tid *tid, ath_bufhead *bf_q);
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_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.c255 ath_bufhead *frags, struct ieee80211_node *ni) in ath_txfrag_cleanup()
275 ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags, in ath_txfrag_setup()
3573 struct ath_buf *bf_first, ath_bufhead *bf_q) in ath_tx_tid_filt_comp_aggr()
3807 struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf) in ath_tx_tid_drain_pkt()
3929 struct ath_tid *tid, ath_bufhead *bf_cq) in ath_tx_tid_drain()
4090 ath_bufhead bf_cq; in ath_tx_node_flush()
4145 ath_bufhead bf_cq; in ath_tx_txq_drain()
4314 int tid, struct ath_buf *bf_head, ath_bufhead *bf_cq) in ath_tx_tid_cleanup_frame()
4379 ath_bufhead *bf_cq) in ath_tx_tid_cleanup()
4606 ath_bufhead *bf_q) in ath_tx_retry_subframe()
[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.c3334 ath_bufhead frags; in ath_transmit()