Searched refs:ucode_api_max (Results 1 – 15 of 15) sorted by relevance
/drivers/net/wireless/intel/iwlwifi/cfg/ |
D | 6000.c | 117 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ 172 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ 209 .ucode_api_max = IWL6035_UCODE_API_MAX, \ 263 .ucode_api_max = IWL6000_UCODE_API_MAX, \ 296 .ucode_api_max = IWL6050_UCODE_API_MAX, \ 325 .ucode_api_max = IWL6050_UCODE_API_MAX, \ 353 .ucode_api_max = IWL6000_UCODE_API_MAX,
|
D | 2000.c | 96 .ucode_api_max = IWL2000_UCODE_API_MAX, \ 124 .ucode_api_max = IWL2030_UCODE_API_MAX, \ 145 .ucode_api_max = IWL105_UCODE_API_MAX, \ 173 .ucode_api_max = IWL135_UCODE_API_MAX, \
|
D | 8000.c | 159 .ucode_api_max = IWL8000_UCODE_API_MAX, \ 164 .ucode_api_max = IWL8000_UCODE_API_MAX, \ 169 .ucode_api_max = IWL8265_UCODE_API_MAX, \
|
D | 5000.c | 68 .ucode_api_max = IWL5000_UCODE_API_MAX, \ 116 .ucode_api_max = IWL5000_UCODE_API_MAX, 133 .ucode_api_max = IWL5150_UCODE_API_MAX, \
|
D | 7000.c | 162 .ucode_api_max = IWL7260_UCODE_API_MAX, \ 167 .ucode_api_max = IWL7265_UCODE_API_MAX, \ 172 .ucode_api_max = IWL3168_UCODE_API_MAX, \ 177 .ucode_api_max = IWL7265D_UCODE_API_MAX, \
|
D | 1000.c | 70 .ucode_api_max = IWL1000_UCODE_API_MAX, \ 96 .ucode_api_max = IWL100_UCODE_API_MAX, \
|
D | 9000.c | 123 .ucode_api_max = IWL9000_UCODE_API_MAX, \
|
D | 22000.c | 159 .ucode_api_max = IWL_22000_UCODE_API_MAX, \
|
/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-drv.c | 228 drv->fw_index = cfg->ucode_api_max; in iwl_request_firmware() 238 if (cfg->ucode_api_min == cfg->ucode_api_max) { in iwl_request_firmware() 240 cfg->ucode_api_max); in iwl_request_firmware() 245 cfg->fw_name_pre, cfg->ucode_api_max); in iwl_request_firmware() 1326 const unsigned int api_max = drv->trans->cfg->ucode_api_max; in iwl_req_fw_callback()
|
D | iwl-config.h | 467 u8 ucode_api_max; member
|
/drivers/net/wireless/intel/iwlegacy/ |
D | 3945.c | 2660 .ucode_api_max = IL3945_UCODE_API_MAX, 2689 .ucode_api_max = IL3945_UCODE_API_MAX,
|
D | 4965.c | 1894 .ucode_api_max = IL4965_UCODE_API_MAX,
|
D | 4965-mac.c | 4678 il->fw_idx = il->cfg->ucode_api_max; in il4965_request_firmware() 4770 const unsigned int api_max = il->cfg->ucode_api_max; in il4965_ucode_callback() 4781 if (il->fw_idx <= il->cfg->ucode_api_max) in il4965_ucode_callback()
|
D | common.h | 1650 const unsigned int ucode_api_max; member
|
D | 3945-mac.c | 1828 const unsigned int api_max = il->cfg->ucode_api_max; in il3945_read_ucode()
|