Lines Matching defs:wl1251
258 struct wl1251 { struct
263 const struct wl1251_if_operations *if_ops; argument
272 enum wl1251_state state; argument
273 struct mutex mutex;
275 int physical_mem_addr;
276 int physical_reg_addr;
277 int virtual_mem_addr;
278 int virtual_reg_addr;
280 int cmd_box_addr;
281 int event_box_addr;
282 struct boot_attr boot_attr;
284 u8 *fw;
285 size_t fw_len;
286 u8 *nvs;
287 size_t nvs_len;
289 u8 bssid[ETH_ALEN];
290 u8 mac_addr[ETH_ALEN];
291 u8 bss_type;
292 u8 listen_int;
293 int channel;
294 bool monitor_present;
295 bool joined;
297 void *target_mem_map;
298 struct acx_data_path_params_resp *data_path;
301 u32 data_in_count;
304 struct sk_buff_head tx_queue;
305 bool tx_queue_stopped;
307 struct work_struct tx_work;
310 struct sk_buff *tx_frames[16];
317 u32 next_tx_complete;
320 u32 rx_counter;
323 u32 rx_handled;
326 u32 rx_current_buffer;
327 u32 rx_last_id;
330 u32 intr_mask;
331 struct work_struct irq_work;
356 enum wl1251_station_mode station_mode; argument
372 struct wl1251_stats stats; argument
373 struct wl1251_debugfs debugfs; argument
378 struct wl1251_rx_descriptor *rx_descriptor; argument
389 int wl1251_plt_start(struct wl1251 *wl); argument