Lines Matching defs:iwl_cfg
419 struct iwl_cfg { struct
420 struct iwl_cfg_trans_params trans; argument
422 const char *name;
423 const char *fw_name_pre;
425 const struct iwl_ht_params *ht_params;
426 const struct iwl_eeprom_params *eeprom_params;
427 const struct iwl_pwr_tx_backoff *pwr_tx_backoffs;
428 const char *default_nvm_file_C_step;
429 const struct iwl_tt_params *thermal_params;
430 enum iwl_led_mode led_mode;
431 enum iwl_nvm_type nvm_type;
432 u32 max_data_size;
433 u32 max_inst_size;
434 netdev_features_t features;
435 u32 dccm_offset;
436 u32 dccm_len;
437 u32 dccm2_offset;
438 u32 dccm2_len;
439 u32 smem_offset;
440 u32 smem_len;
441 u32 soc_latency;
442 u16 nvm_ver;
443 u16 nvm_calib_ver;
444 u32 rx_with_siso_diversity:1,
445 tx_with_siso_diversity:1,
446 bt_shared_single_ant:1,
447 internal_wimax_coex:1,
448 host_interrupt_operation_mode:1,
449 high_temp:1,
450 mac_addr_from_csr:1,
451 lp_xtal_workaround:1,
452 disable_dummy_notification:1,
453 apmg_not_supported:1,
454 vht_mu_mimo_supported:1,
455 integrated:1,
456 cdb:1,
457 dbgc_supported:1,
458 uhb_supported:1;
459 u8 valid_tx_ant;
460 u8 valid_rx_ant;
461 u8 non_shared_ant;
462 u8 nvm_hw_section_num;
463 u8 max_rx_agg_size;
464 u8 max_tx_agg_size;
465 u8 max_ht_ampdu_exponent;
489 extern const struct iwl_cfg iwl5300_agn_cfg; argument