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 D | if_ath_descdma.h | 33 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 D | if_ath_descdma.c | 144 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 D | if_ath_tx_ht.h | 61 struct ath_tid *tid, ath_bufhead *bf_q);
|
H A D | if_ath_tx.h | 89 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 D | if_athvar.h | 314 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 D | if_ath_tx.c | 255 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 D | if_ath_tx_ht.c | 819 struct ath_tid *tid, ath_bufhead *bf_q) in ath_tx_form_aggr()
|
H A D | if_ath_rx_edma.c | 556 ath_bufhead rxlist; in ath_edma_recv_proc_deferred_queue()
|
H A D | if_ath.c | 3334 ath_bufhead frags; in ath_transmit()
|