Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c43 ar9300_calc_ptr_chk_sum(struct ar9300_txc *ads) in ar9300_calc_ptr_chk_sum()
72 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_fill_tx_desc()
140 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_set_desc_link()
155 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_get_desc_link_ptr()
174 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_clear_dest_mask()
208 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_get_tx_rate_code()
381 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_calc_tx_airtime()
572 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_set_paprd_tx_desc()
601 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_set_11n_tx_desc()
717 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_set_11n_rate_scenario()
[all …]
H A Dar9300desc.h57 struct ar9300_txc { struct
88 #define AR9300TXC(_ds) ((struct ar9300_txc *)(_ds)) argument
90 #define AR9300TXC_CONST(_ds) ((const struct ar9300_txc *)(_ds))
H A Dar9300_freebsd.c734 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_freebsd_get_desc_link()
791 const struct ar9300_txc *ads = AR9300TXC_CONST(ds0); in ar9300_freebsd_fill_tx_desc()
H A Dar9300_attach.c2870 p_cap->halTxDescLen = sizeof(struct ar9300_txc); in ar9300_fill_capability_info()
/freebsd/tools/tools/ath/athalq/
H A Dar9300_ds.c150 struct ar9300_txc txc; in ar9300_decode_txdesc()