Searched refs:ucode_api_max (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-6000.c | 138 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ 193 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ 230 .ucode_api_max = IWL6035_UCODE_API_MAX, \ 284 .ucode_api_max = IWL6000_UCODE_API_MAX, \ 317 .ucode_api_max = IWL6050_UCODE_API_MAX, \ 345 .ucode_api_max = IWL6050_UCODE_API_MAX, \ 372 .ucode_api_max = IWL6000_UCODE_API_MAX,
|
D | iwl-2000.c | 116 .ucode_api_max = IWL2000_UCODE_API_MAX, \ 144 .ucode_api_max = IWL2030_UCODE_API_MAX, \ 165 .ucode_api_max = IWL105_UCODE_API_MAX, \ 193 .ucode_api_max = IWL135_UCODE_API_MAX, \
|
D | iwl-5000.c | 86 .ucode_api_max = IWL5000_UCODE_API_MAX, \ 134 .ucode_api_max = IWL5000_UCODE_API_MAX, 151 .ucode_api_max = IWL5150_UCODE_API_MAX, \
|
D | iwl-1000.c | 88 .ucode_api_max = IWL1000_UCODE_API_MAX, \ 114 .ucode_api_max = IWL100_UCODE_API_MAX, \
|
D | iwl-7000.c | 171 .ucode_api_max = IWL7260_UCODE_API_MAX, \ 177 .ucode_api_max = IWL7265_UCODE_API_MAX, \ 183 .ucode_api_max = IWL7265D_UCODE_API_MAX, \
|
D | iwl-8000.c | 148 .ucode_api_max = IWL8000_UCODE_API_MAX, \
|
D | iwl-config.h | 323 const unsigned int ucode_api_max; member
|
D | iwl-drv.c | 224 drv->fw_index = drv->cfg->ucode_api_max; in iwl_request_firmware() 1184 const unsigned int api_max = drv->cfg->ucode_api_max; in iwl_req_fw_callback()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 3945.c | 2676 .ucode_api_max = IL3945_UCODE_API_MAX, 2705 .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()
|