Searched refs:fw_index (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-drv.c104 * @fw_index: firmware revision to try loading
117 int fw_index; /* firmware we're trying to load */ member in struct:iwl_drv
220 drv->fw_index = UCODE_EXPERIMENTAL_INDEX; iwl_request_firmware()
222 } else if (drv->fw_index == UCODE_EXPERIMENTAL_INDEX) { iwl_request_firmware()
224 drv->fw_index = drv->cfg->ucode_api_max; iwl_request_firmware()
225 sprintf(tag, "%d", drv->fw_index); iwl_request_firmware()
227 drv->fw_index--; iwl_request_firmware()
228 sprintf(tag, "%d", drv->fw_index); iwl_request_firmware()
231 if (drv->fw_index < drv->cfg->ucode_api_min) { iwl_request_firmware()
251 (drv->fw_index == UCODE_EXPERIMENTAL_INDEX) iwl_request_firmware()
542 (drv->fw_index == UCODE_EXPERIMENTAL_INDEX) iwl_parse_v1_v2_firmware()
628 (drv->fw_index == UCODE_EXPERIMENTAL_INDEX) iwl_parse_tlv_firmware()
1205 if (drv->fw_index <= api_ok) iwl_req_fw_callback()
1244 if (drv->fw_index != UCODE_EXPERIMENTAL_INDEX) { iwl_req_fw_callback()
/linux-4.4.14/sound/pci/echoaudio/
H A Dechoaudio.c44 struct echoaudio *chip, const short fw_index) get_firmware()
50 if (chip->fw_cache[fw_index]) { get_firmware()
53 card_fw[fw_index].data); get_firmware()
54 *fw_entry = chip->fw_cache[fw_index]; get_firmware()
60 "firmware requested: %s\n", card_fw[fw_index].data); get_firmware()
61 snprintf(name, sizeof(name), "ea/%s", card_fw[fw_index].data); get_firmware()
68 chip->fw_cache[fw_index] = *fw_entry; get_firmware()
43 get_firmware(const struct firmware **fw_entry, struct echoaudio *chip, const short fw_index) get_firmware() argument
H A Dechoaudio.h439 struct echoaudio *chip, const short fw_index);
/linux-4.4.14/drivers/scsi/
H A Dqla1280.c536 int fw_index; /* index into qla1280_fw_tbl for firmware */ member in struct:qla_boards
574 {.name = "QLA12160", .numPorts = 2, .fw_index = 2},
575 {.name = "QLA1040" , .numPorts = 1, .fw_index = 0},
576 {.name = "QLA1080" , .numPorts = 1, .fw_index = 1},
577 {.name = "QLA1240" , .numPorts = 2, .fw_index = 1},
578 {.name = "QLA1280" , .numPorts = 2, .fw_index = 1},
579 {.name = "QLA10160", .numPorts = 1, .fw_index = 2},
580 {.name = " ", .numPorts = 0, .fw_index = -1},
1546 index = ql1280_board_tbl[ha->devnum].fw_index; qla1280_request_firmware()
/linux-4.4.14/drivers/net/wireless/
H A Datmel.c3927 int fw_index = 0; reset_atmel_card() local
3931 while (fw_table[fw_index].fw_type != priv->firmware_type reset_atmel_card()
3932 && fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) reset_atmel_card()
3933 fw_index++; reset_atmel_card()
3936 if (fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) { reset_atmel_card()
3939 snprintf(priv->firmware_id, 32, "%s%s.%s", fw_table[fw_index].fw_file, reset_atmel_card()
3940 firmware_modifier[i], fw_table[fw_index].fw_file_ext); reset_atmel_card()

Completed in 407 milliseconds