Home
last modified time | relevance | path

Searched refs:ah_proc_rx_desc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Ddesc.c778 ah->ah_proc_rx_desc = ath5k_hw_proc_5212_rx_status; in ath5k_hw_init_desc_functions()
782 ah->ah_proc_rx_desc = ath5k_hw_proc_5210_rx_status; in ath5k_hw_init_desc_functions()
H A Dath5k.h1455 int (*ah_proc_rx_desc)(struct ath5k_hw *, struct ath5k_desc *, member
H A Ddebug.c1077 status = ah->ah_proc_rx_desc(ah, ds, &rs); in ath5k_debug_printrxbuffs()
H A Dbase.c1610 ret = ah->ah_proc_rx_desc(ah, ds, &rs); in ath5k_tasklet_rx()