Lines Matching defs:iwl_cfg
361 struct iwl_cfg { struct
362 struct iwl_cfg_trans_params trans; argument
364 const char *name;
365 const char *fw_name_pre;
366 const char *fw_name_mac;
368 const struct iwl_ht_params *ht_params;
369 const struct iwl_eeprom_params *eeprom_params;
370 const struct iwl_pwr_tx_backoff *pwr_tx_backoffs;
371 const char *default_nvm_file_C_step;
372 const struct iwl_tt_params *thermal_params;
373 enum iwl_led_mode led_mode;
374 enum iwl_nvm_type nvm_type;
375 u32 max_data_size;
376 u32 max_inst_size;
377 netdev_features_t features;
378 u32 dccm_offset;
379 u32 dccm_len;
380 u32 dccm2_offset;
381 u32 dccm2_len;
382 u32 smem_offset;
383 u32 smem_len;
384 u16 nvm_ver;
385 u16 nvm_calib_ver;
386 u32 rx_with_siso_diversity:1,
387 tx_with_siso_diversity:1,
388 internal_wimax_coex:1,
389 host_interrupt_operation_mode:1,
390 high_temp:1,
391 mac_addr_from_csr:10,
392 lp_xtal_workaround:1,
393 apmg_not_supported:1,
394 vht_mu_mimo_supported:1,
395 cdb:1,
396 dbgc_supported:1,
397 uhb_supported:1;
398 u8 valid_tx_ant;
399 u8 valid_rx_ant;
400 u8 non_shared_ant;
401 u8 nvm_hw_section_num;
402 u8 max_tx_agg_size;
403 u8 ucode_api_max;
404 u8 ucode_api_min;
405 u16 num_rbds;
406 u32 min_umac_error_event_table;
407 u32 d3_debug_data_base_addr;
408 u32 d3_debug_data_length;
409 u32 min_txq_size;
410 u32 gp2_reg_addr;
411 u32 min_ba_txq_size;
412 const struct iwl_fw_mon_regs mon_dram_regs;
413 const struct iwl_fw_mon_regs mon_smem_regs;
414 const struct iwl_fw_mon_regs mon_dbgi_regs;