Lines Matching defs:iwl_trans
893 struct iwl_trans { struct
899 enum iwl_trans_state state; argument
900 unsigned long status;
902 struct device *dev;
903 u32 max_skb_frags;
904 u32 hw_rev;
905 u32 hw_rev_step;
906 u32 hw_rf_id;
907 u32 hw_crf_id;
908 u32 hw_cnv_id;
909 u32 hw_wfpm_id;
910 u32 hw_id;
911 char hw_id_str[52];
912 u32 sku_id[3];
913 bool reduced_cap_sku;
914 u8 no_160:1, step_urm:1;
916 u8 dsbr_urm_fw_dependent:1,
917 dsbr_urm_permanent:1;
919 bool ext_32khz_clock_valid;
921 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;
923 bool pm_support;
924 bool ltr_enabled;
925 u8 pnvm_loaded:1;
926 u8 fail_to_parse_pnvm_image:1;
950 struct iwl_trans_debug dbg; argument
951 struct iwl_self_init_dram init_dram;
953 enum iwl_plat_pm_mode system_pm_mode;
977 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id); argument