Lines Matching defs:wcn36xx
183 struct wcn36xx { struct
184 struct ieee80211_hw *hw;
185 struct device *dev;
186 struct list_head vif_list;
188 const struct firmware *nv;
190 u8 fw_revision;
191 u8 fw_version;
192 u8 fw_minor;
193 u8 fw_major;
194 u32 fw_feat_caps[WCN36XX_HAL_CAPS_SIZE];
195 bool is_pronto;
198 u8 crm_version[WCN36XX_HAL_VERSION_LENGTH + 1];
199 u8 wlan_version[WCN36XX_HAL_VERSION_LENGTH + 1];
201 bool first_boot;
204 int tx_irq;
205 int rx_irq;
206 void __iomem *ccu_base;
207 void __iomem *dxe_base;
209 struct rpmsg_endpoint *smd_channel;
211 struct qcom_smem_state *tx_enable_state;
212 unsigned tx_enable_state_bit;
213 struct qcom_smem_state *tx_rings_empty_state;
214 unsigned tx_rings_empty_state_bit;
217 struct mutex conf_mutex;
242 struct wcn36xx_dxe_ch dxe_tx_l_ch; /* TX low */ argument
243 struct wcn36xx_dxe_ch dxe_tx_h_ch; /* TX high */ argument
244 struct wcn36xx_dxe_ch dxe_rx_l_ch; /* RX low */ argument
245 struct wcn36xx_dxe_ch dxe_rx_h_ch; /* RX high */ argument
252 struct wcn36xx_dxe_mem_pool mgmt_mem_pool; argument
253 struct wcn36xx_dxe_mem_pool data_mem_pool; argument
263 struct wcn36xx_dfs_entry dfs; argument
268 static inline bool wcn36xx_is_fw_version(struct wcn36xx *wcn, in wcn36xx_is_fw_version() argument