Lines Matching defs:iwl_trans
607 struct iwl_trans { struct
608 const struct iwl_trans_ops *ops; argument
611 enum iwl_trans_state state; argument
612 unsigned long status;
614 struct device *dev;
615 u32 hw_rev;
616 u32 hw_id;
617 char hw_id_str[52];
619 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;
621 bool pm_support;
622 bool ltr_enabled;
625 struct kmem_cache *dev_cmd_pool;
649 static inline void iwl_trans_configure(struct iwl_trans *trans, in iwl_trans_configure() argument