Lines Matching defs:iwl_trans
1074 struct iwl_trans { struct
1076 const struct iwl_trans_ops *ops; argument
1081 enum iwl_trans_state state; argument
1082 unsigned long status;
1084 struct device *dev;
1085 u32 max_skb_frags;
1086 u32 hw_rev;
1087 u32 hw_rev_step;
1088 u32 hw_rf_id;
1089 u32 hw_crf_id;
1090 u32 hw_cnv_id;
1091 u32 hw_wfpm_id;
1092 u32 hw_id;
1093 char hw_id_str[52];
1094 u32 sku_id[3];
1096 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;
1098 bool pm_support;
1099 bool ltr_enabled;
1100 u8 pnvm_loaded:1;
1101 u8 fail_to_parse_pnvm_image:1;
1125 struct iwl_trans_debug dbg; argument
1131 struct iwl_trans_txqs txqs; argument
1144 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id); argument