Home
last modified time | relevance | path

Searched refs:ar5416_desc (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dar9002_mac.c183 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_fill_txdesc()
210 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_proc_txdesc()
284 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_set11n_txdesc()
321 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_set11n_ratescenario()
322 struct ar5416_desc *last_ads = AR5416DESC(lastds); in ar9002_hw_set11n_ratescenario()
372 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_set11n_aggr_first()
382 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_set11n_aggr_middle()
395 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_set11n_aggr_last()
404 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_clr11n_aggr()
412 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_set11n_burstduration()
[all …]
Dmac.h270 struct ar5416_desc { struct
312 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument
313 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds))
Dmac.c67 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_cleartxdesc()
605 struct ar5416_desc ads; in ath9k_hw_rxprocdesc()
606 struct ar5416_desc *adsp = AR5416DESC(ds); in ath9k_hw_rxprocdesc()