Lines Matching defs:wl1251
272 struct wl1251 { struct
277 const struct wl1251_if_operations *if_ops; argument
287 enum wl1251_state state; argument
288 struct mutex mutex;
290 int physical_mem_addr;
291 int physical_reg_addr;
292 int virtual_mem_addr;
293 int virtual_reg_addr;
295 int cmd_box_addr;
296 int event_box_addr;
297 struct boot_attr boot_attr;
299 u8 *fw;
300 size_t fw_len;
301 u8 *nvs;
302 size_t nvs_len;
304 u8 bssid[ETH_ALEN];
305 u8 mac_addr[ETH_ALEN];
306 u8 bss_type;
307 u8 listen_int;
308 int channel;
309 bool monitor_present;
310 bool joined;
312 void *target_mem_map;
313 struct acx_data_path_params_resp *data_path;
316 u32 data_in_count;
319 struct sk_buff_head tx_queue;
320 bool tx_queue_stopped;
322 struct work_struct tx_work;
325 struct sk_buff *tx_frames[16];
332 u32 next_tx_complete;
335 u32 rx_counter;
338 u32 rx_handled;
341 u32 rx_current_buffer;
342 u32 rx_last_id;
345 u32 intr_mask;
346 struct work_struct irq_work;
371 enum wl1251_station_mode station_mode; argument
387 struct wl1251_stats stats; argument
388 struct wl1251_debugfs debugfs; argument
393 struct wl1251_rx_descriptor *rx_descriptor; argument
404 int wl1251_plt_start(struct wl1251 *wl); argument