Searched refs:ucode_api_max (Results 1 – 15 of 15) sorted by relevance
/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-6000.c | 128 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ 182 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ 218 .ucode_api_max = IWL6035_UCODE_API_MAX, \ 271 .ucode_api_max = IWL6000_UCODE_API_MAX, \ 303 .ucode_api_max = IWL6050_UCODE_API_MAX, \ 331 .ucode_api_max = IWL6050_UCODE_API_MAX, \ 358 .ucode_api_max = IWL6000_UCODE_API_MAX,
|
D | iwl-2000.c | 108 .ucode_api_max = IWL2000_UCODE_API_MAX, \ 135 .ucode_api_max = IWL2030_UCODE_API_MAX, \ 155 .ucode_api_max = IWL105_UCODE_API_MAX, \ 182 .ucode_api_max = IWL135_UCODE_API_MAX, \
|
D | iwl-5000.c | 82 .ucode_api_max = IWL5000_UCODE_API_MAX, \ 129 .ucode_api_max = IWL5000_UCODE_API_MAX, 145 .ucode_api_max = IWL5150_UCODE_API_MAX, \
|
D | iwl-7000.c | 174 .ucode_api_max = IWL7260_UCODE_API_MAX, \ 179 .ucode_api_max = IWL7265_UCODE_API_MAX, \ 184 .ucode_api_max = IWL3168_UCODE_API_MAX, \ 189 .ucode_api_max = IWL7265D_UCODE_API_MAX, \
|
D | iwl-8000.c | 172 .ucode_api_max = IWL8000_UCODE_API_MAX, \ 177 .ucode_api_max = IWL8000_UCODE_API_MAX, \ 182 .ucode_api_max = IWL8265_UCODE_API_MAX, \
|
D | iwl-1000.c | 84 .ucode_api_max = IWL1000_UCODE_API_MAX, \ 109 .ucode_api_max = IWL100_UCODE_API_MAX, \
|
D | iwl-a000.c | 99 .ucode_api_max = IWL_A000_UCODE_API_MAX, \
|
D | iwl-9000.c | 126 .ucode_api_max = IWL9000_UCODE_API_MAX, \
|
D | iwl-config.h | 377 u8 ucode_api_max; member
|
D | iwl-drv.c | 220 drv->fw_index = drv->cfg->ucode_api_max; in iwl_request_firmware() 1203 const unsigned int api_max = drv->cfg->ucode_api_max; in iwl_req_fw_callback()
|
/drivers/net/wireless/intel/iwlegacy/ |
D | 3945.c | 2677 .ucode_api_max = IL3945_UCODE_API_MAX, 2706 .ucode_api_max = IL3945_UCODE_API_MAX,
|
D | 4965.c | 1908 .ucode_api_max = IL4965_UCODE_API_MAX,
|
D | 4965-mac.c | 4695 il->fw_idx = il->cfg->ucode_api_max; in il4965_request_firmware() 4788 const unsigned int api_max = il->cfg->ucode_api_max; in il4965_ucode_callback() 4799 if (il->fw_idx <= il->cfg->ucode_api_max) in il4965_ucode_callback()
|
D | common.h | 1664 const unsigned int ucode_api_max; member
|
D | 3945-mac.c | 1851 const unsigned int api_max = il->cfg->ucode_api_max; in il3945_read_ucode()
|