Home
last modified time | relevance | path

Searched defs:ath11k_hw_params (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dhw.h136 struct ath11k_hw_params { struct
137 const char *name;
138 u16 hw_rev;
139 u8 max_radios;
140 u32 bdf_addr;
142 struct {
146 } fw;
148 const struct ath11k_hw_ops *hw_ops;
149 const struct ath11k_hw_ring_mask *ring_mask;
151 bool internal_sleep_clock;
[all …]
Dcore.c35 static const struct ath11k_hw_params ath11k_hw_params[] = { variable