Searched defs:iwl_priv (Results 1 – 1 of 1) sorted by relevance
649 struct iwl_priv { struct651 struct iwl_trans *trans;652 struct device *dev; /* for debug prints only */653 const struct iwl_cfg *cfg;654 const struct iwl_fw *fw;655 const struct iwl_dvm_cfg *lib;656 unsigned long status;658 spinlock_t sta_lock;659 struct mutex mutex;683 void (*rx_handlers[REPLY_MAX])(struct iwl_priv *priv, argument[all …]