Lines Matching defs:ath11k_hw_params
122 struct ath11k_hw_params { struct
123 const char *name;
124 u16 hw_rev;
125 u8 max_radios;
126 u32 bdf_addr;
128 struct {
132 } fw;
134 const struct ath11k_hw_ops *hw_ops;
135 const struct ath11k_hw_ring_mask *ring_mask;
137 bool internal_sleep_clock;
139 const struct ath11k_hw_regs *regs;
140 u32 qmi_service_ins_id;
141 const struct ce_attr *host_ce_config;
142 u32 ce_count;
143 const struct ce_pipe_config *target_ce_config;
144 u32 target_ce_count;
145 const struct service_to_pipe *svc_to_ce_map;
146 u32 svc_to_ce_map_len;
148 bool single_pdev_only;
172 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id); argument