Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/cfg/
H A D8000.c101 .ucode_api_max = IWL8000_UCODE_API_MAX, \
106 .ucode_api_max = IWL8000_UCODE_API_MAX, \
111 .ucode_api_max = IWL8265_UCODE_API_MAX, \
H A D7000.c102 .ucode_api_max = IWL7260_UCODE_API_MAX, \
107 .ucode_api_max = IWL7265_UCODE_API_MAX, \
112 .ucode_api_max = IWL3168_UCODE_API_MAX, \
117 .ucode_api_max = IWL7265D_UCODE_API_MAX, \
H A Dsc.c65 .ucode_api_max = IWL_SC_UCODE_API_MAX, \
H A D9000.c76 .ucode_api_max = IWL9000_UCODE_API_MAX, \
H A Dbz.c68 .ucode_api_max = IWL_BZ_UCODE_API_MAX, \
H A Dax210.c119 .ucode_api_max = IWL_AX210_UCODE_API_MAX, \
H A D22000.c107 .ucode_api_max = IWL_22000_UCODE_API_MAX, \
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c256 drv->fw_index = cfg->ucode_api_max; in iwl_request_firmware()
263 if (cfg->ucode_api_min == cfg->ucode_api_max) { in iwl_request_firmware()
265 cfg->ucode_api_max); in iwl_request_firmware()
270 fw_name_pre, cfg->ucode_api_max); in iwl_request_firmware()
1500 const unsigned int api_max = drv->trans->cfg->ucode_api_max; in iwl_req_fw_callback()
H A Diwl-config.h440 u8 ucode_api_max; member