Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c262 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()
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()
538 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_set11n_burstduration()
[all …]
H A Darn_hw.h30 struct ar5416_desc { struct
73 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument
74 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds))