/linux/drivers/net/wireless/intel/iwlwifi/cfg/ |
H A D | 6000.c | 111 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ 149 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ 181 .ucode_api_max = IWL6035_UCODE_API_MAX, \ 231 .ucode_api_max = IWL6000_UCODE_API_MAX, \ 267 .ucode_api_max = IWL6050_UCODE_API_MAX, \ 303 .ucode_api_max = IWL6050_UCODE_API_MAX, \ 337 .ucode_api_max = IWL6000_UCODE_API_MAX,
|
H A D | 2000.c | 90 .ucode_api_max = IWL2000_UCODE_API_MAX, \ 119 .ucode_api_max = IWL2030_UCODE_API_MAX, \ 146 .ucode_api_max = IWL105_UCODE_API_MAX, \ 175 .ucode_api_max = IWL135_UCODE_API_MAX, \
|
H A D | 7000.c | 100 .ucode_api_max = IWL7260_UCODE_API_MAX, \ 105 .ucode_api_max = IWL7265_UCODE_API_MAX, \ 110 .ucode_api_max = IWL3168_UCODE_API_MAX, \ 115 .ucode_api_max = IWL7265D_UCODE_API_MAX, \
|
H A D | 5000.c | 63 .ucode_api_max = IWL5000_UCODE_API_MAX, \ 108 .ucode_api_max = IWL5000_UCODE_API_MAX, 132 .ucode_api_max = IWL5150_UCODE_API_MAX, \
|
H A D | 1000.c | 64 .ucode_api_max = IWL1000_UCODE_API_MAX, \ 92 .ucode_api_max = IWL100_UCODE_API_MAX, \
|
H A D | 8000.c | 94 .ucode_api_max = IWL8000_UCODE_API_MAX, \ 99 .ucode_api_max = IWL8265_UCODE_API_MAX, \
|
H A D | rf-gf.c | 44 .ucode_api_max = IWL_GF_UCODE_API_MAX,
|
H A D | dr.c | 76 .ucode_api_max = IWL_DR_UCODE_API_MAX,
|
H A D | sc.c | 81 .ucode_api_max = IWL_SC_UCODE_API_MAX,
|
H A D | 22000.c | 66 .ucode_api_max = IWL_22000_UCODE_API_MAX,
|
H A D | 9000.c | 68 .ucode_api_max = IWL9000_UCODE_API_MAX,
|
H A D | bz.c | 78 .ucode_api_max = IWL_BZ_UCODE_API_MAX,
|
H A D | rf-jf.c | 81 .ucode_api_max = IWL_JF_UCODE_API_MAX
|
H A D | rf-hr.c | 60 .ucode_api_max = IWL_HR_UCODE_API_MAX
|
H A D | ax210.c | 67 .ucode_api_max = IWL_AX210_UCODE_API_MAX,
|
/linux/drivers/net/wireless/intel/iwlwifi/tests/ |
H A D | devinfo.c | 250 !!base->ucode_api_max, in devinfo_api_range() 253 base->ucode_api_max); in devinfo_api_range() 261 !!rf_cfg->ucode_api_max, in devinfo_api_range() 264 rf_cfg->ucode_api_max); in devinfo_api_range()
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-drv.c | 304 if (!base->ucode_api_max || in iwl_get_ucode_api_versions() 305 (cfg->ucode_api_max && base->ucode_api_min > cfg->ucode_api_max)) { in iwl_get_ucode_api_versions() 307 *api_max = cfg->ucode_api_max; in iwl_get_ucode_api_versions() 312 if (!cfg->ucode_api_max || in iwl_get_ucode_api_versions() 313 (base->ucode_api_max && cfg->ucode_api_min > base->ucode_api_max)) { in iwl_get_ucode_api_versions() 315 *api_max = base->ucode_api_max; in iwl_get_ucode_api_versions() 320 *api_max = min(cfg->ucode_api_max, base->ucode_api_max); in iwl_get_ucode_api_versions() 326 unsigned int ucode_api_max, ucode_api_min; in iwl_request_firmware() local 329 iwl_get_ucode_api_versions(drv->trans, &ucode_api_min, &ucode_api_max); in iwl_request_firmware() 343 drv->fw_index = ucode_api_max; in iwl_request_firmware() [all …]
|
H A D | iwl-config.h | 195 u8 ucode_api_max; member 425 u8 ucode_api_max; member
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 2660 .ucode_api_max = IL3945_UCODE_API_MAX, 2689 .ucode_api_max = IL3945_UCODE_API_MAX,
|
H A D | 4965.c | 1893 .ucode_api_max = IL4965_UCODE_API_MAX,
|
H A D | 4965-mac.c | 4670 il->fw_idx = il->cfg->ucode_api_max; in il4965_request_firmware() 4762 const unsigned int api_max = il->cfg->ucode_api_max; in il4965_ucode_callback() 4773 if (il->fw_idx <= il->cfg->ucode_api_max) in il4965_ucode_callback()
|
H A D | common.h | 1659 const unsigned int ucode_api_max; member
|