Searched refs:AR9300TXC_CONST (Results 1 – 3 of 3) sorted by relevance
112 ads->ds_ctl13 = __bswap32(AR9300TXC_CONST(ds0)->ds_ctl13); in ar9300_fill_tx_desc()113 ads->ds_ctl14 = __bswap32(AR9300TXC_CONST(ds0)->ds_ctl14); in ar9300_fill_tx_desc()116 ads->ds_ctl13 = AR9300TXC_CONST(ds0)->ds_ctl13; in ar9300_fill_tx_desc()117 ads->ds_ctl14 = AR9300TXC_CONST(ds0)->ds_ctl14; in ar9300_fill_tx_desc()
90 #define AR9300TXC_CONST(_ds) ((const struct ar9300_txc *)(_ds)) macro
791 const struct ar9300_txc *ads = AR9300TXC_CONST(ds0); in ar9300_freebsd_fill_tx_desc()