Lines Matching defs:iwl_trans
732 struct iwl_trans { struct
733 const struct iwl_trans_ops *ops; argument
737 enum iwl_trans_state state; argument
738 unsigned long status;
740 struct device *dev;
741 u32 max_skb_frags;
742 u32 hw_rev;
743 u32 hw_rf_id;
744 u32 hw_id;
745 char hw_id_str[52];
747 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;
749 bool pm_support;
750 bool ltr_enabled;
752 const struct iwl_hcmd_arr *command_groups;
753 int command_groups_size;
754 bool wide_cmd_header;
756 u8 num_rx_queues;
758 size_t iml_len;
759 u8 *iml;
762 struct kmem_cache *dev_cmd_pool;
786 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id); argument