Searched refs:ucode_api_max (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/cfg/
H A D6000.c112 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
165 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
200 .ucode_api_max = IWL6035_UCODE_API_MAX, \
252 .ucode_api_max = IWL6000_UCODE_API_MAX, \
283 .ucode_api_max = IWL6050_UCODE_API_MAX, \
310 .ucode_api_max = IWL6050_UCODE_API_MAX, \
336 .ucode_api_max = IWL6000_UCODE_API_MAX,
H A D5000.c63 .ucode_api_max = IWL5000_UCODE_API_MAX, \
109 .ucode_api_max = IWL5000_UCODE_API_MAX,
125 .ucode_api_max = IWL5150_UCODE_API_MAX, \
H A D8000.c101 .ucode_api_max = IWL8000_UCODE_API_MAX, \
106 .ucode_api_max = IWL8000_UCODE_API_MAX, \
111 .ucode_api_max = IWL8265_UCODE_API_MAX, \
H A D2000.c91 .ucode_api_max = IWL2000_UCODE_API_MAX, \
117 .ucode_api_max = IWL2030_UCODE_API_MAX, \
136 .ucode_api_max = IWL105_UCODE_API_MAX, \
162 .ucode_api_max = IWL135_UCODE_API_MAX, \
H A D1000.c65 .ucode_api_max = IWL1000_UCODE_API_MAX, \
89 .ucode_api_max = IWL100_UCODE_API_MAX, \
H A D7000.c102 .ucode_api_max = IWL7260_UCODE_API_MAX, \
107 .ucode_api_max = IWL7265_UCODE_API_MAX, \
112 .ucode_api_max = IWL3168_UCODE_API_MAX, \
117 .ucode_api_max = IWL7265D_UCODE_API_MAX, \
H A D9000.c76 .ucode_api_max = IWL9000_UCODE_API_MAX, \
H A Dbz.c68 .ucode_api_max = IWL_BZ_UCODE_API_MAX, \
H A Dsc.c77 .ucode_api_max = IWL_SC_UCODE_API_MAX, \
H A D22000.c107 .ucode_api_max = IWL_22000_UCODE_API_MAX, \
H A Dax210.c119 .ucode_api_max = IWL_AX210_UCODE_API_MAX, \
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c249 drv->fw_index = cfg->ucode_api_max;
256 if (cfg->ucode_api_min == cfg->ucode_api_max) {
258 cfg->ucode_api_max);
263 fw_name_pre, cfg->ucode_api_max);
1482 const unsigned int api_max = drv->trans->cfg->ucode_api_max;
H A Diwl-config.h310 * @ucode_api_max: Highest version of uCode API supported by driver.
396 u8 ucode_api_max; member in struct:iwl_cfg
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945.c2660 .ucode_api_max = IL3945_UCODE_API_MAX,
2689 .ucode_api_max = IL3945_UCODE_API_MAX,
H A D4965.c1893 .ucode_api_max = IL4965_UCODE_API_MAX,
H A D4965-mac.c4667 il->fw_idx = il->cfg->ucode_api_max;
4759 const unsigned int api_max = il->cfg->ucode_api_max;
4770 if (il->fw_idx <= il->cfg->ucode_api_max)
H A Dcommon.h1617 * @ucode_api_max: Highest version of uCode API supported by driver.
1623 * driver specifies which APIs it supports (with @ucode_api_max being the
1647 const unsigned int ucode_api_max; member in struct:il_cfg
H A D3945-mac.c1819 const unsigned int api_max = il->cfg->ucode_api_max;

Completed in 393 milliseconds