Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c214 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_set_txdesc()
319 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_proc_txdesc()
390 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_get_duration()
409 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_setuprxdesc()
H A Dmac.h276 struct ar5416_desc { struct
318 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument
319 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds))
H A Dmac.c527 struct ar5416_desc ads; in ath9k_hw_rxprocdesc()
528 struct ar5416_desc *adsp = AR5416DESC(ds); in ath9k_hw_rxprocdesc()