Lines Matching defs:wcn36xx
177 struct wcn36xx { struct
178 struct ieee80211_hw *hw;
179 struct device *dev;
180 struct list_head vif_list;
182 const struct firmware *nv;
184 u8 fw_revision;
185 u8 fw_version;
186 u8 fw_minor;
187 u8 fw_major;
188 u32 fw_feat_caps[WCN36XX_HAL_CAPS_SIZE];
189 bool is_pronto;
192 u8 crm_version[WCN36XX_HAL_VERSION_LENGTH + 1];
193 u8 wlan_version[WCN36XX_HAL_VERSION_LENGTH + 1];
195 bool first_boot;
198 int tx_irq;
199 int rx_irq;
200 void __iomem *ccu_base;
201 void __iomem *dxe_base;
203 struct rpmsg_endpoint *smd_channel;
205 struct qcom_smem_state *tx_enable_state;
206 unsigned tx_enable_state_bit;
207 struct qcom_smem_state *tx_rings_empty_state;
208 unsigned tx_rings_empty_state_bit;
234 struct wcn36xx_dxe_ch dxe_tx_l_ch; /* TX low */ argument
235 struct wcn36xx_dxe_ch dxe_tx_h_ch; /* TX high */ argument
236 struct wcn36xx_dxe_ch dxe_rx_l_ch; /* RX low */ argument
237 struct wcn36xx_dxe_ch dxe_rx_h_ch; /* RX high */ argument
244 struct wcn36xx_dxe_mem_pool mgmt_mem_pool; argument
245 struct wcn36xx_dxe_mem_pool data_mem_pool; argument
254 struct wcn36xx_dfs_entry dfs; argument
259 static inline bool wcn36xx_is_fw_version(struct wcn36xx *wcn, in wcn36xx_is_fw_version() argument