Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/cfg/
H A D6000.c111 .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 D2000.c90 .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 D7000.c100 .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 D5000.c63 .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 D1000.c64 .ucode_api_max = IWL1000_UCODE_API_MAX, \
92 .ucode_api_max = IWL100_UCODE_API_MAX, \
H A D8000.c94 .ucode_api_max = IWL8000_UCODE_API_MAX, \
99 .ucode_api_max = IWL8265_UCODE_API_MAX, \
H A Drf-gf.c44 .ucode_api_max = IWL_GF_UCODE_API_MAX,
H A Ddr.c76 .ucode_api_max = IWL_DR_UCODE_API_MAX,
H A Dsc.c81 .ucode_api_max = IWL_SC_UCODE_API_MAX,
H A D22000.c66 .ucode_api_max = IWL_22000_UCODE_API_MAX,
H A D9000.c68 .ucode_api_max = IWL9000_UCODE_API_MAX,
H A Dbz.c78 .ucode_api_max = IWL_BZ_UCODE_API_MAX,
H A Drf-jf.c81 .ucode_api_max = IWL_JF_UCODE_API_MAX
H A Drf-hr.c60 .ucode_api_max = IWL_HR_UCODE_API_MAX
H A Dax210.c67 .ucode_api_max = IWL_AX210_UCODE_API_MAX,
/linux/drivers/net/wireless/intel/iwlwifi/tests/
H A Ddevinfo.c250 !!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 Diwl-drv.c304 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 Diwl-config.h195 u8 ucode_api_max; member
425 u8 ucode_api_max; member
/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945.c2660 .ucode_api_max = IL3945_UCODE_API_MAX,
2689 .ucode_api_max = IL3945_UCODE_API_MAX,
H A D4965.c1893 .ucode_api_max = IL4965_UCODE_API_MAX,
H A D4965-mac.c4670 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 Dcommon.h1659 const unsigned int ucode_api_max; member