Searched refs:ah_proc_rx_desc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 778 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 D | ath5k.h | 1459 int (*ah_proc_rx_desc)(struct ath5k_hw *, struct ath5k_desc *, member
|
H A D | debug.c | 1079 status = ah->ah_proc_rx_desc(ah, ds, &rs); in ath5k_debug_printrxbuffs()
|
H A D | base.c | 1565 ret = ah->ah_proc_rx_desc(ah, ds, &rs); in ath5k_tasklet_rx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 778 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 D | ath5k.h | 1455 int (*ah_proc_rx_desc)(struct ath5k_hw *, struct ath5k_desc *, member
|
H A D | debug.c | 1077 status = ah->ah_proc_rx_desc(ah, ds, &rs); in ath5k_debug_printrxbuffs()
|
H A D | base.c | 1610 ret = ah->ah_proc_rx_desc(ah, ds, &rs); in ath5k_tasklet_rx()
|
Completed in 18 milliseconds