Searched refs:ucode_api_max (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/iwlwifi/cfg/ |
| H A D | 8000.c | 101 .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 D | 7000.c | 102 .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 D | sc.c | 65 .ucode_api_max = IWL_SC_UCODE_API_MAX, \
|
| H A D | 9000.c | 76 .ucode_api_max = IWL9000_UCODE_API_MAX, \
|
| H A D | bz.c | 68 .ucode_api_max = IWL_BZ_UCODE_API_MAX, \
|
| H A D | ax210.c | 119 .ucode_api_max = IWL_AX210_UCODE_API_MAX, \
|
| H A D | 22000.c | 107 .ucode_api_max = IWL_22000_UCODE_API_MAX, \
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-drv.c | 256 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 D | iwl-config.h | 440 u8 ucode_api_max; member
|