Lines Matching defs:ath11k_hw_params
119 struct ath11k_hw_params { struct
120 const char *name;
121 u16 hw_rev;
122 u8 max_radios;
123 u32 bdf_addr;
125 struct {
129 } fw;
131 const struct ath11k_hw_ops *hw_ops;
132 const struct ath11k_hw_ring_mask *ring_mask;
134 bool internal_sleep_clock;
136 const struct ath11k_hw_regs *regs;
137 const struct ce_attr *host_ce_config;
138 u32 ce_count;
139 const struct ce_pipe_config *target_ce_config;
140 u32 target_ce_count;
141 const struct service_to_pipe *svc_to_ce_map;
142 u32 svc_to_ce_map_len;
144 bool single_pdev_only;
170 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id); argument