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