Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dar9002_mac.c214 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_set_txdesc()
318 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_proc_txdesc()
389 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_get_duration()
408 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_setuprxdesc()
Dmac.h272 struct ar5416_desc { struct
314 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument
315 #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()