Lines Matching defs:iwl_trans
892 struct iwl_trans { struct
898 enum iwl_trans_state state; argument
899 unsigned long status;
901 struct device *dev;
902 u32 max_skb_frags;
903 u32 hw_rev;
904 u32 hw_rev_step;
905 u32 hw_rf_id;
906 u32 hw_crf_id;
907 u32 hw_cnv_id;
908 u32 hw_wfpm_id;
909 u32 hw_id;
910 char hw_id_str[52];
911 u32 sku_id[3];
912 bool reduced_cap_sku;
913 u8 no_160:1, step_urm:1;
915 u8 dsbr_urm_fw_dependent:1,
916 dsbr_urm_permanent:1;
918 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;
920 bool pm_support;
921 bool ltr_enabled;
922 u8 pnvm_loaded:1;
923 u8 fail_to_parse_pnvm_image:1;
947 struct iwl_trans_debug dbg; argument
948 struct iwl_self_init_dram init_dram;
950 enum iwl_plat_pm_mode system_pm_mode;
974 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id); argument