Home
last modified time | relevance | path

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

/freebsd-13.1/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 D9000.c76 .ucode_api_max = IWL9000_UCODE_API_MAX, \
H A D22000.c167 .ucode_api_max = IWL_22000_UCODE_API_MAX, \
244 .ucode_api_max = IWL_22000_UCODE_API_MAX, \
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c189 drv->fw_index = cfg->ucode_api_max; in iwl_request_firmware()
199 if (cfg->ucode_api_min == cfg->ucode_api_max) { in iwl_request_firmware()
201 cfg->ucode_api_max); in iwl_request_firmware()
206 cfg->fw_name_pre, cfg->ucode_api_max); in iwl_request_firmware()
1450 const unsigned int api_max = drv->trans->cfg->ucode_api_max; in iwl_req_fw_callback()
H A Diwl-config.h400 u8 ucode_api_max; member