/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_init.c | 805 if (adapter->fw_type == NX_UNIFIED_ROMIMAGE) in nx_get_bootld_offs() 818 if (adapter->fw_type == NX_UNIFIED_ROMIMAGE) in nx_get_fw_offs() 829 if (adapter->fw_type == NX_UNIFIED_ROMIMAGE) in nx_get_fw_size() 847 if (adapter->fw_type == NX_UNIFIED_ROMIMAGE) { in nx_get_fw_version() 877 if (adapter->fw_type == NX_UNIFIED_ROMIMAGE) { in nx_get_bios_version() 893 u8 fw_type; in netxen_need_fw_reset() local 941 adapter->fw_type != NX_UNIFIED_ROMIMAGE) { in netxen_need_fw_reset() 944 fw_type = (val & 0x4) ? in netxen_need_fw_reset() 947 if (adapter->fw_type != fw_type) in netxen_need_fw_reset() 1001 fw_name[adapter->fw_type]); in netxen_load_firmware() [all …]
|
D | netxen_nic.h | 1634 u8 fw_type; member
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_init.c | 976 if (adapter->ahw->fw_type == QLCNIC_UNIFIED_ROMIMAGE) in qlcnic_get_bootld_offs() 990 if (adapter->ahw->fw_type == QLCNIC_UNIFIED_ROMIMAGE) in qlcnic_get_fw_offs() 1004 if (adapter->ahw->fw_type == QLCNIC_UNIFIED_ROMIMAGE) in qlcnic_get_fw_size() 1019 if (adapter->ahw->fw_type != QLCNIC_UNIFIED_ROMIMAGE) { in qlcnic_get_fw_version() 1050 if (adapter->ahw->fw_type != QLCNIC_UNIFIED_ROMIMAGE) { in qlcnic_get_bios_version() 1123 fw_name[adapter->ahw->fw_type]); in qlcnic_load_firmware() 1215 u8 fw_type = adapter->ahw->fw_type; in qlcnic_validate_firmware() local 1217 if (fw_type == QLCNIC_UNIFIED_ROMIMAGE) { in qlcnic_validate_firmware() 1239 fw_name[fw_type], _major(ver), _minor(ver), _build(ver)); in qlcnic_validate_firmware() 1247 fw_name[fw_type]); in qlcnic_validate_firmware() [all …]
|
D | qlcnic.h | 483 u8 fw_type; member
|
D | qlcnic_main.c | 1668 adapter->ahw->fw_type = QLCNIC_FLASH_ROMIMAGE; in qlcnic_82xx_start_firmware()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | fiji_smc.c | 361 static enum AMDGPU_UCODE_ID fiji_convert_fw_type(uint32_t fw_type) in fiji_convert_fw_type() argument 363 switch (fw_type) { in fiji_convert_fw_type() 387 uint32_t fw_type, in fiji_smu_populate_single_firmware_entry() argument 390 enum AMDGPU_UCODE_ID id = fiji_convert_fw_type(fw_type); in fiji_smu_populate_single_firmware_entry() 402 if ((fw_type == UCODE_ID_CP_MEC_JT1) || in fiji_smu_populate_single_firmware_entry() 403 (fw_type == UCODE_ID_CP_MEC_JT2)) { in fiji_smu_populate_single_firmware_entry() 409 entry->id = (uint16_t)fw_type; in fiji_smu_populate_single_firmware_entry() 417 if (fw_type == UCODE_ID_RLC_G) in fiji_smu_populate_single_firmware_entry() 516 static uint32_t fiji_smu_get_mask_for_fw_type(uint32_t fw_type) in fiji_smu_get_mask_for_fw_type() argument 518 switch (fw_type) { in fiji_smu_get_mask_for_fw_type() [all …]
|
D | tonga_smc.c | 361 static enum AMDGPU_UCODE_ID tonga_convert_fw_type(uint32_t fw_type) in tonga_convert_fw_type() argument 363 switch (fw_type) { in tonga_convert_fw_type() 388 uint32_t fw_type, in tonga_smu_populate_single_firmware_entry() argument 391 enum AMDGPU_UCODE_ID id = tonga_convert_fw_type(fw_type); in tonga_smu_populate_single_firmware_entry() 404 if ((fw_type == UCODE_ID_CP_MEC_JT1) || in tonga_smu_populate_single_firmware_entry() 405 (fw_type == UCODE_ID_CP_MEC_JT2)) { in tonga_smu_populate_single_firmware_entry() 411 entry->id = (uint16_t)fw_type; in tonga_smu_populate_single_firmware_entry() 419 if (fw_type == UCODE_ID_RLC_G) in tonga_smu_populate_single_firmware_entry() 518 static uint32_t tonga_smu_get_mask_for_fw_type(uint32_t fw_type) in tonga_smu_get_mask_for_fw_type() argument 520 switch (fw_type) { in tonga_smu_get_mask_for_fw_type() [all …]
|
D | iceland_smc.c | 395 static enum AMDGPU_UCODE_ID iceland_convert_fw_type(uint32_t fw_type) in iceland_convert_fw_type() argument 397 switch (fw_type) { in iceland_convert_fw_type() 421 static uint32_t iceland_smu_get_mask_for_fw_type(uint32_t fw_type) in iceland_smu_get_mask_for_fw_type() argument 423 switch (fw_type) { in iceland_smu_get_mask_for_fw_type() 447 uint32_t fw_type, in iceland_smu_populate_single_firmware_entry() argument 450 enum AMDGPU_UCODE_ID id = iceland_convert_fw_type(fw_type); in iceland_smu_populate_single_firmware_entry() 464 entry->id = (uint16_t)fw_type; in iceland_smu_populate_single_firmware_entry() 559 uint32_t fw_type) in iceland_smu_check_fw_load_finish() argument 561 uint32_t fw_mask = iceland_smu_get_mask_for_fw_type(fw_type); in iceland_smu_check_fw_load_finish()
|
D | amdgpu_cgs.c | 623 static uint32_t fw_type_convert(void *cgs_device, uint32_t fw_type) in fw_type_convert() argument 628 switch (fw_type) { in fw_type_convert()
|
D | cz_smc.c | 348 static uint32_t cz_convert_fw_type(uint32_t fw_type) in cz_convert_fw_type() argument 352 switch (fw_type) { in cz_convert_fw_type()
|
D | amdgpu_kms.c | 300 switch (info->query_fw.fw_type) { in amdgpu_info_ioctl()
|
/linux-4.4.14/drivers/firmware/efi/ |
D | esrt.c | 31 u32 fw_type; member 132 esre_attr_decl(fw_type, 32, "%u");
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_pro.h | 64 __le32 fw_type; member
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-firmware-efi-esrt | 34 What: /sys/firmware/efi/esrt/entries/entry$N/fw_type
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 79 static char fw_type[LIO_MAX_FW_TYPE_LEN]; variable 80 module_param_string(fw_type, fw_type, sizeof(fw_type), 0000); 81 MODULE_PARM_DESC(fw_type, "Type of firmware to be loaded. Default \"nic\""); 1643 if (strncmp(fw_type, LIO_FW_NAME_TYPE_NONE, in load_firmware() 1649 if (fw_type[0] == '\0') in load_firmware() 1652 tmp_fw_type = fw_type; in load_firmware()
|
/linux-4.4.14/include/uapi/drm/ |
D | amdgpu_drm.h | 523 uint32_t fw_type; member
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | main.c | 738 enum wl12xx_fw_type fw_type; in wl12xx_fetch_firmware() local 742 fw_type = WL12XX_FW_TYPE_PLT; in wl12xx_fetch_firmware() 750 fw_type = WL12XX_FW_TYPE_MULTI; in wl12xx_fetch_firmware() 753 fw_type = WL12XX_FW_TYPE_NORMAL; in wl12xx_fetch_firmware() 758 if (wl->fw_type == fw_type) in wl12xx_fetch_firmware() 778 wl->fw_type = WL12XX_FW_TYPE_NONE; in wl12xx_fetch_firmware() 790 wl->fw_type = fw_type; in wl12xx_fetch_firmware() 2433 enum wl12xx_fw_type current_fw = wl->fw_type; in wl12xx_need_fw_change() 6306 wl->fw_type = WL12XX_FW_TYPE_NONE; in wlcore_alloc_hw() 6395 wl->fw_type = WL12XX_FW_TYPE_NONE; in wlcore_free_hw()
|
D | wlcore.h | 205 enum wl12xx_fw_type fw_type; member
|
D | boot.c | 86 unsigned int *min_ver = (wl->fw_type == WL12XX_FW_TYPE_MULTI) ? in wlcore_validate_fw_ver()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_nx.c | 1593 if (ha->fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_get_bootld_offset() 1608 if (ha->fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_get_fw_size() 1624 if (ha->fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_get_fw_offs() 1871 qla82xx_validate_firmware_blob(scsi_qla_host_t *vha, uint8_t fw_type) in qla82xx_validate_firmware_blob() argument 1878 ha->fw_type = fw_type; in qla82xx_validate_firmware_blob() 1880 if (fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_validate_firmware_blob()
|
D | qla_def.h | 3451 uint8_t fw_type; member
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | debug.c | 113 cw1200_fw_types[priv->wsm_caps.fw_type], in cw1200_status_show()
|
D | wsm.c | 824 priv->wsm_caps.fw_type = WSM_GET16(buf); in wsm_startup_indication() 834 if (WARN_ON(priv->wsm_caps.fw_type > 4)) in wsm_startup_indication() 845 cw1200_fw_types[priv->wsm_caps.fw_type], in wsm_startup_indication()
|
D | wsm.h | 621 u16 fw_type; member
|
/linux-4.4.14/drivers/net/wireless/ |
D | atmel.c | 87 AtmelFWType fw_type; member 1517 const AtmelFWType fw_type, in init_atmel_card() argument 1542 priv->firmware_type = fw_type; in init_atmel_card() 3931 while (fw_table[fw_index].fw_type != priv->firmware_type in reset_atmel_card() 3932 && fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) in reset_atmel_card() 3936 if (fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) { in reset_atmel_card()
|