Lines Matching defs:iwl_trans
683 struct iwl_trans { struct
684 const struct iwl_trans_ops *ops; argument
687 enum iwl_trans_state state; argument
688 unsigned long status;
690 struct device *dev;
691 u32 max_skb_frags;
692 u32 hw_rev;
693 u32 hw_id;
694 char hw_id_str[52];
696 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;
698 bool pm_support;
699 bool ltr_enabled;
701 u8 num_rx_queues;
704 struct kmem_cache *dev_cmd_pool;
705 size_t dev_cmd_headroom;
706 char dev_cmd_pool_name[50];
708 struct dentry *dbgfs_dir;
711 struct lockdep_map sync_cmd_lockdep_map;
714 u64 dflt_pwr_limit;
738 static inline void iwl_trans_configure(struct iwl_trans *trans, in iwl_trans_configure() argument