Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dhw.h139 struct ath11k_hw_params { struct
140 const char *name;
141 u16 hw_rev;
142 u8 max_radios;
143 u32 bdf_addr;
145 struct {
149 } fw;
151 const struct ath11k_hw_ops *hw_ops;
152 const struct ath11k_hw_ring_mask *ring_mask;
154 bool internal_sleep_clock;
[all …]
Dcore.c39 static const struct ath11k_hw_params ath11k_hw_params[] = { variable