Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/
Diwl-6000.c128 .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,
Diwl-2000.c108 .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, \
Diwl-5000.c82 .ucode_api_max = IWL5000_UCODE_API_MAX, \
129 .ucode_api_max = IWL5000_UCODE_API_MAX,
145 .ucode_api_max = IWL5150_UCODE_API_MAX, \
Diwl-7000.c174 .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, \
Diwl-8000.c172 .ucode_api_max = IWL8000_UCODE_API_MAX, \
177 .ucode_api_max = IWL8000_UCODE_API_MAX, \
182 .ucode_api_max = IWL8265_UCODE_API_MAX, \
Diwl-1000.c84 .ucode_api_max = IWL1000_UCODE_API_MAX, \
109 .ucode_api_max = IWL100_UCODE_API_MAX, \
Diwl-a000.c99 .ucode_api_max = IWL_A000_UCODE_API_MAX, \
Diwl-9000.c126 .ucode_api_max = IWL9000_UCODE_API_MAX, \
Diwl-config.h377 u8 ucode_api_max; member
Diwl-drv.c220 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/
D3945.c2677 .ucode_api_max = IL3945_UCODE_API_MAX,
2706 .ucode_api_max = IL3945_UCODE_API_MAX,
D4965.c1908 .ucode_api_max = IL4965_UCODE_API_MAX,
D4965-mac.c4695 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()
Dcommon.h1664 const unsigned int ucode_api_max; member
D3945-mac.c1851 const unsigned int api_max = il->cfg->ucode_api_max; in il3945_read_ucode()