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

/drivers/net/wireless/iwlwifi/
H A Diwl-6000.c138 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
192 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
228 .ucode_api_max = IWL6035_UCODE_API_MAX, \
281 .ucode_api_max = IWL6000_UCODE_API_MAX, \
313 .ucode_api_max = IWL6050_UCODE_API_MAX, \
340 .ucode_api_max = IWL6050_UCODE_API_MAX, \
366 .ucode_api_max = IWL6000_UCODE_API_MAX,
H A Diwl-5000.c86 .ucode_api_max = IWL5000_UCODE_API_MAX, \
133 .ucode_api_max = IWL5000_UCODE_API_MAX,
150 .ucode_api_max = IWL5150_UCODE_API_MAX, \
H A Diwl-2000.c116 .ucode_api_max = IWL2000_UCODE_API_MAX, \
142 .ucode_api_max = IWL2030_UCODE_API_MAX, \
162 .ucode_api_max = IWL105_UCODE_API_MAX, \
189 .ucode_api_max = IWL135_UCODE_API_MAX, \
H A Diwl-1000.c88 .ucode_api_max = IWL1000_UCODE_API_MAX, \
113 .ucode_api_max = IWL100_UCODE_API_MAX, \
H A Diwl-8000.c112 .ucode_api_max = IWL8000_UCODE_API_MAX, \
H A Diwl-7000.c126 .ucode_api_max = IWL7260_UCODE_API_MAX, \
H A Diwl-config.h225 * @ucode_api_max: Highest version of uCode API supported by driver.
258 const unsigned int ucode_api_max; member in struct:iwl_cfg
H A Diwl-drv.c233 drv->fw_index = drv->cfg->ucode_api_max;
996 const unsigned int api_max = drv->cfg->ucode_api_max;
/drivers/net/wireless/iwlegacy/
H A D3945.c2676 .ucode_api_max = IL3945_UCODE_API_MAX,
2705 .ucode_api_max = IL3945_UCODE_API_MAX,
H A D4965.c1908 .ucode_api_max = IL4965_UCODE_API_MAX,
H A D4965-mac.c4695 il->fw_idx = il->cfg->ucode_api_max;
4788 const unsigned int api_max = il->cfg->ucode_api_max;
4799 if (il->fw_idx <= il->cfg->ucode_api_max)
H A Dcommon.h1634 * @ucode_api_max: Highest version of uCode API supported by driver.
1640 * driver specifies which APIs it supports (with @ucode_api_max being the
1664 const unsigned int ucode_api_max; member in struct:il_cfg
H A D3945-mac.c1851 const unsigned int api_max = il->cfg->ucode_api_max;

Completed in 208 milliseconds