Searched defs:iwl_priv (Results 1 – 1 of 1) sorted by relevance
627 struct iwl_priv { struct629 struct iwl_trans *trans;630 struct device *dev; /* for debug prints only */631 const struct iwl_rf_cfg *cfg;632 const struct iwl_fw *fw;633 const struct iwl_dvm_cfg *lib;634 unsigned long status;636 spinlock_t sta_lock;637 struct mutex mutex;661 void (*rx_handlers[REPLY_MAX])(struct iwl_priv *priv, argument[all …]