Lines Matching defs:iwl_trans
1003 struct iwl_trans { struct
1005 const struct iwl_trans_ops *ops; argument
1010 enum iwl_trans_state state; argument
1011 unsigned long status;
1013 struct device *dev;
1014 u32 max_skb_frags;
1015 u32 hw_rev;
1016 u32 hw_rev_step;
1017 u32 hw_rf_id;
1018 u32 hw_id;
1019 char hw_id_str[52];
1020 u32 sku_id[3];
1022 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;
1024 bool pm_support;
1025 bool ltr_enabled;
1049 struct iwl_trans_debug dbg; argument
1055 struct iwl_trans_txqs txqs; argument
1062 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id); argument