Searched refs:ucode_api_max (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/cfg/ |
| 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 | 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 | 9000.c | 68 .ucode_api_max = IWL9000_UCODE_API_MAX,
|
| H A D | 22000.c | 66 .ucode_api_max = IWL_22000_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 | ax210.c | 67 .ucode_api_max = IWL_AX210_UCODE_API_MAX,
|
| H A D | rf-hr.c | 60 .ucode_api_max = IWL_HR_UCODE_API_MAX
|
| /freebsd/sys/contrib/dev/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()
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-drv.c | 322 if (!base->ucode_api_max || in iwl_get_ucode_api_versions() 323 (cfg->ucode_api_max && base->ucode_api_min > cfg->ucode_api_max)) { in iwl_get_ucode_api_versions() 325 *api_max = cfg->ucode_api_max; in iwl_get_ucode_api_versions() 330 if (!cfg->ucode_api_max || in iwl_get_ucode_api_versions() 331 (base->ucode_api_max && cfg->ucode_api_min > base->ucode_api_max)) { in iwl_get_ucode_api_versions() 333 *api_max = base->ucode_api_max; in iwl_get_ucode_api_versions() 338 *api_max = min(cfg->ucode_api_max, base->ucode_api_max); in iwl_get_ucode_api_versions() 344 unsigned int ucode_api_max, ucode_api_min; in iwl_request_firmware() local 347 iwl_get_ucode_api_versions(drv->trans, &ucode_api_min, &ucode_api_max); in iwl_request_firmware() 361 drv->fw_index = ucode_api_max; in iwl_request_firmware() [all …]
|
| H A D | iwl-config.h | 231 u8 ucode_api_max; member 461 u8 ucode_api_max; member
|