Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/cfg/
D6000.c132 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
187 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
224 .ucode_api_max = IWL6035_UCODE_API_MAX, \
278 .ucode_api_max = IWL6000_UCODE_API_MAX, \
311 .ucode_api_max = IWL6050_UCODE_API_MAX, \
340 .ucode_api_max = IWL6050_UCODE_API_MAX, \
368 .ucode_api_max = IWL6000_UCODE_API_MAX,
D2000.c111 .ucode_api_max = IWL2000_UCODE_API_MAX, \
139 .ucode_api_max = IWL2030_UCODE_API_MAX, \
160 .ucode_api_max = IWL105_UCODE_API_MAX, \
188 .ucode_api_max = IWL135_UCODE_API_MAX, \
D5000.c83 .ucode_api_max = IWL5000_UCODE_API_MAX, \
131 .ucode_api_max = IWL5000_UCODE_API_MAX,
147 .ucode_api_max = IWL5150_UCODE_API_MAX, \
D8000.c166 .ucode_api_max = IWL8000_UCODE_API_MAX, \
171 .ucode_api_max = IWL8000_UCODE_API_MAX, \
176 .ucode_api_max = IWL8265_UCODE_API_MAX, \
D7000.c175 .ucode_api_max = IWL7260_UCODE_API_MAX, \
180 .ucode_api_max = IWL7265_UCODE_API_MAX, \
185 .ucode_api_max = IWL3168_UCODE_API_MAX, \
190 .ucode_api_max = IWL7265D_UCODE_API_MAX, \
D1000.c85 .ucode_api_max = IWL1000_UCODE_API_MAX, \
111 .ucode_api_max = IWL100_UCODE_API_MAX, \
D22000.c133 .ucode_api_max = IWL_22000_UCODE_API_MAX, \
D9000.c135 .ucode_api_max = IWL9000_UCODE_API_MAX, \
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c231 drv->fw_index = cfg->ucode_api_max; in iwl_request_firmware()
241 if (cfg->ucode_api_min == cfg->ucode_api_max) { in iwl_request_firmware()
243 cfg->ucode_api_max); in iwl_request_firmware()
250 cfg->ucode_api_max); in iwl_request_firmware()
1266 const unsigned int api_max = drv->trans->cfg->ucode_api_max; in iwl_req_fw_callback()
Diwl-config.h451 u8 ucode_api_max; member
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945.c2675 .ucode_api_max = IL3945_UCODE_API_MAX,
2704 .ucode_api_max = IL3945_UCODE_API_MAX,
D4965.c1908 .ucode_api_max = IL4965_UCODE_API_MAX,
D4965-mac.c4694 il->fw_idx = il->cfg->ucode_api_max; in il4965_request_firmware()
4786 const unsigned int api_max = il->cfg->ucode_api_max; in il4965_ucode_callback()
4797 if (il->fw_idx <= il->cfg->ucode_api_max) in il4965_ucode_callback()
Dcommon.h1665 const unsigned int ucode_api_max; member
D3945-mac.c1844 const unsigned int api_max = il->cfg->ucode_api_max; in il3945_read_ucode()