Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
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()
Dmac.h274 struct ar5416_desc { struct
316 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument
317 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds))
Dmac.c527 struct ar5416_desc ads; in ath9k_hw_rxprocdesc()
528 struct ar5416_desc *adsp = AR5416DESC(ds); in ath9k_hw_rxprocdesc()