Lines Matching defs:wl1251
258 struct wl1251 { struct
263 const struct wl1251_if_operations *if_ops; argument
273 enum wl1251_state state; argument
274 struct mutex mutex;
276 int physical_mem_addr;
277 int physical_reg_addr;
278 int virtual_mem_addr;
279 int virtual_reg_addr;
281 int cmd_box_addr;
282 int event_box_addr;
283 struct boot_attr boot_attr;
285 u8 *fw;
286 size_t fw_len;
287 u8 *nvs;
288 size_t nvs_len;
290 u8 bssid[ETH_ALEN];
291 u8 mac_addr[ETH_ALEN];
292 u8 bss_type;
293 u8 listen_int;
294 int channel;
295 bool monitor_present;
296 bool joined;
298 void *target_mem_map;
299 struct acx_data_path_params_resp *data_path;
302 u32 data_in_count;
305 struct sk_buff_head tx_queue;
306 bool tx_queue_stopped;
308 struct work_struct tx_work;
311 struct sk_buff *tx_frames[16];
318 u32 next_tx_complete;
321 u32 rx_counter;
324 u32 rx_handled;
327 u32 rx_current_buffer;
328 u32 rx_last_id;
331 u32 intr_mask;
332 struct work_struct irq_work;
357 enum wl1251_station_mode station_mode; argument
373 struct wl1251_stats stats; argument
374 struct wl1251_debugfs debugfs; argument
379 struct wl1251_rx_descriptor *rx_descriptor; argument
390 int wl1251_plt_start(struct wl1251 *wl); argument