Lines Matching defs:iwl_shared
373 struct iwl_shared { struct
375 u32 dbg_level_dev;
380 u8 ucode_owner;
381 u8 cmd_queue;
382 unsigned long status;
383 bool wowlan;
384 u8 valid_contexts;
386 struct iwl_bus *bus;
387 struct iwl_cfg *cfg;
388 struct iwl_priv *priv;
389 struct iwl_trans *trans;
390 struct iwl_hw_params hw_params;
392 struct workqueue_struct *workqueue;
393 spinlock_t lock;
394 spinlock_t sta_lock;
395 struct mutex mutex;
397 wait_queue_head_t wait_command_queue;
400 u8 *eeprom;
403 enum iwl_ucode_type ucode_type;
406 struct list_head notif_waits;
407 spinlock_t notif_wait_lock;
408 wait_queue_head_t notif_waitq;
432 static inline u32 iwl_get_debug_level(struct iwl_shared *shrd) in iwl_get_debug_level() argument