Searched refs:AR5416DESC (Results 1 – 2 of 2) sorted by relevance
262 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_filltxdesc()290 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_cleartxdesc()302 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_txprocdesc()392 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_set11n_txdesc()434 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_set11n_ratescenario()435 struct ar5416_desc *last_ads = AR5416DESC(lastds); in ath9k_hw_set11n_ratescenario()490 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_set11n_aggr_first()502 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_set11n_aggr_middle()517 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_set11n_aggr_last()528 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_clr11n_aggr()[all …]
73 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) macro