Searched refs:ucode_api_max (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/cfg/ |
A D | 6000.c | 112 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ 165 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ 200 .ucode_api_max = IWL6035_UCODE_API_MAX, \ 252 .ucode_api_max = IWL6000_UCODE_API_MAX, \ 283 .ucode_api_max = IWL6050_UCODE_API_MAX, \ 310 .ucode_api_max = IWL6050_UCODE_API_MAX, \ 336 .ucode_api_max = IWL6000_UCODE_API_MAX,
|
A D | 2000.c | 91 .ucode_api_max = IWL2000_UCODE_API_MAX, \ 117 .ucode_api_max = IWL2030_UCODE_API_MAX, \ 136 .ucode_api_max = IWL105_UCODE_API_MAX, \ 162 .ucode_api_max = IWL135_UCODE_API_MAX, \
|
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, \
|
A D | 5000.c | 63 .ucode_api_max = IWL5000_UCODE_API_MAX, \ 109 .ucode_api_max = IWL5000_UCODE_API_MAX, 125 .ucode_api_max = IWL5150_UCODE_API_MAX, \
|
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, \
|
A D | 1000.c | 65 .ucode_api_max = IWL1000_UCODE_API_MAX, \ 89 .ucode_api_max = IWL100_UCODE_API_MAX, \
|
A D | 9000.c | 76 .ucode_api_max = IWL9000_UCODE_API_MAX, \
|
A D | 22000.c | 183 .ucode_api_max = IWL_22000_UCODE_API_MAX, \ 260 .ucode_api_max = IWL_22000_UCODE_API_MAX, \
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/ |
A D | iwl-drv.c | 177 drv->fw_index = cfg->ucode_api_max; in iwl_request_firmware() 184 if (cfg->ucode_api_min == cfg->ucode_api_max) { in iwl_request_firmware() 186 cfg->ucode_api_max); in iwl_request_firmware() 191 cfg->fw_name_pre, cfg->ucode_api_max); in iwl_request_firmware() 1395 const unsigned int api_max = drv->trans->cfg->ucode_api_max; in iwl_req_fw_callback()
|
A D | iwl-config.h | 402 u8 ucode_api_max; member
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/ |
A D | 3945.c | 2660 .ucode_api_max = IL3945_UCODE_API_MAX, 2689 .ucode_api_max = IL3945_UCODE_API_MAX,
|
A D | 4965.c | 1893 .ucode_api_max = IL4965_UCODE_API_MAX,
|
A D | 4965-mac.c | 4673 il->fw_idx = il->cfg->ucode_api_max; in il4965_request_firmware() 4765 const unsigned int api_max = il->cfg->ucode_api_max; in il4965_ucode_callback() 4776 if (il->fw_idx <= il->cfg->ucode_api_max) in il4965_ucode_callback()
|
A D | common.h | 1647 const unsigned int ucode_api_max; member
|
A D | 3945-mac.c | 1819 const unsigned int api_max = il->cfg->ucode_api_max; in il3945_read_ucode()
|
Completed in 148 milliseconds