Home
last modified time | relevance | path

Searched refs:ar9300_txs (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit_ds.c163 struct ar9300_txs *ads = AR9300TXS(ds); in ar9300_clear_tx_desc_status()
186 struct ar9300_txs *ds = (struct ar9300_txs *)dsp;
235 struct ar9300_txs *ads; in ar9300_get_raw_tx_desc()
239 OS_MEMCPY(txstatus, ads, sizeof(struct ar9300_txs)); in ar9300_get_raw_tx_desc()
249 struct ar9300_txs *ads; in ar9300_proc_tx_desc()
298 OS_MEMZERO(ads, sizeof(struct ar9300_txs)); in ar9300_proc_tx_desc()
367 OS_MEMZERO(ads, sizeof(struct ar9300_txs)); in ar9300_proc_tx_desc()
452 struct ar9300_txs *ads = AR9300TXS(ds); in ar9300__cont_tx_mode()
580 struct ar9300_txs *ads; in ar9300_is_tx_done()
H A Dar9300desc.h29 struct ar9300_txs { struct
87 #define AR9300TXS(_txs) ((struct ar9300_txs *)(_txs))
H A Dar9300_xmit.c977 OS_MEMZERO((void *)ahp->ts_ring, ahp->ts_size * sizeof(struct ar9300_txs)); in ar9300_reset_tx_status_ring()
993 ahp->ts_paddr_end = ts_paddr_start + (size * sizeof(struct ar9300_txs)); in ar9300_setup_tx_status_ring()
995 ahp->ts_ring = (struct ar9300_txs *)ts_start; in ar9300_setup_tx_status_ring()
H A Dar9300.h686 struct ar9300_txs *ts_ring;
H A Dar9300_attach.c2871 p_cap->halTxStatusLen = sizeof(struct ar9300_txs); in ar9300_fill_capability_info()