Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-6000.c138 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
193 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
230 .ucode_api_max = IWL6035_UCODE_API_MAX, \
284 .ucode_api_max = IWL6000_UCODE_API_MAX, \
317 .ucode_api_max = IWL6050_UCODE_API_MAX, \
345 .ucode_api_max = IWL6050_UCODE_API_MAX, \
372 .ucode_api_max = IWL6000_UCODE_API_MAX,
Diwl-2000.c116 .ucode_api_max = IWL2000_UCODE_API_MAX, \
144 .ucode_api_max = IWL2030_UCODE_API_MAX, \
165 .ucode_api_max = IWL105_UCODE_API_MAX, \
193 .ucode_api_max = IWL135_UCODE_API_MAX, \
Diwl-5000.c86 .ucode_api_max = IWL5000_UCODE_API_MAX, \
134 .ucode_api_max = IWL5000_UCODE_API_MAX,
151 .ucode_api_max = IWL5150_UCODE_API_MAX, \
Diwl-1000.c88 .ucode_api_max = IWL1000_UCODE_API_MAX, \
114 .ucode_api_max = IWL100_UCODE_API_MAX, \
Diwl-7000.c171 .ucode_api_max = IWL7260_UCODE_API_MAX, \
177 .ucode_api_max = IWL7265_UCODE_API_MAX, \
183 .ucode_api_max = IWL7265D_UCODE_API_MAX, \
Diwl-8000.c148 .ucode_api_max = IWL8000_UCODE_API_MAX, \
Diwl-config.h323 const unsigned int ucode_api_max; member
Diwl-drv.c224 drv->fw_index = drv->cfg->ucode_api_max; in iwl_request_firmware()
1184 const unsigned int api_max = drv->cfg->ucode_api_max; in iwl_req_fw_callback()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D3945.c2676 .ucode_api_max = IL3945_UCODE_API_MAX,
2705 .ucode_api_max = IL3945_UCODE_API_MAX,
D4965.c1908 .ucode_api_max = IL4965_UCODE_API_MAX,
D4965-mac.c4695 il->fw_idx = il->cfg->ucode_api_max; in il4965_request_firmware()
4788 const unsigned int api_max = il->cfg->ucode_api_max; in il4965_ucode_callback()
4799 if (il->fw_idx <= il->cfg->ucode_api_max) in il4965_ucode_callback()
Dcommon.h1664 const unsigned int ucode_api_max; member
D3945-mac.c1851 const unsigned int api_max = il->cfg->ucode_api_max; in il3945_read_ucode()