Searched refs:ar9300_txs (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c156 struct ar9300_txs *ads = AR9300TXS(ds);
178 struct ar9300_txs *ds = (struct ar9300_txs *)dsp;
226 struct ar9300_txs *ads;
230 OS_MEMCPY(txstatus, ads, sizeof(struct ar9300_txs));
240 struct ar9300_txs *ads;
289 OS_MEMZERO(ads, sizeof(struct ar9300_txs));
355 OS_MEMZERO(ads, sizeof(struct ar9300_txs));
440 struct ar9300_txs *ads = AR9300TXS(ds);
568 struct ar9300_txs *ad
[all...]
H A Dar9300desc.h29 struct ar9300_txs { struct
86 #define AR9300TXS(_txs) ((struct ar9300_txs *)(_txs))
H A Dar9300_xmit.c888 OS_MEMZERO((void *)ahp->ts_ring, ahp->ts_size * sizeof(struct ar9300_txs));
904 ahp->ts_paddr_end = ts_paddr_start + (size * sizeof(struct ar9300_txs));
906 ahp->ts_ring = (struct ar9300_txs *)ts_start;
H A Dar9300.h687 struct ar9300_txs *ts_ring;
H A Dar9300_attach.c2745 p_cap->halTxStatusLen = sizeof(struct ar9300_txs);
/freebsd-10.1-release/tools/tools/ath/athalq/
H A Dar9300_ds.c44 struct ar9300_txs txs;
47 memcpy(&txs, &a->payload, sizeof(struct ar9300_txs));

Completed in 168 milliseconds