Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c805 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 …]
Dnetxen_nic.h1634 u8 fw_type; member
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_init.c976 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 …]
Dqlcnic.h485 u8 fw_type; member
Dqlcnic_main.c1658 adapter->ahw->fw_type = QLCNIC_FLASH_ROMIMAGE; in qlcnic_82xx_start_firmware()
/linux-4.1.27/drivers/net/can/usb/peak_usb/
Dpcan_usb_pro.h64 __le32 fw_type; member
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c738 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()
2426 enum wl12xx_fw_type current_fw = wl->fw_type; in wl12xx_need_fw_change()
6268 wl->fw_type = WL12XX_FW_TYPE_NONE; in wlcore_alloc_hw()
6357 wl->fw_type = WL12XX_FW_TYPE_NONE; in wlcore_free_hw()
Dboot.c86 unsigned int *min_ver = (wl->fw_type == WL12XX_FW_TYPE_MULTI) ? in wlcore_validate_fw_ver()
Dwlcore.h205 enum wl12xx_fw_type fw_type; member
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_nx.c1587 if (ha->fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_get_bootld_offset()
1602 if (ha->fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_get_fw_size()
1618 if (ha->fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_get_fw_offs()
1870 qla82xx_validate_firmware_blob(scsi_qla_host_t *vha, uint8_t fw_type) in qla82xx_validate_firmware_blob() argument
1877 ha->fw_type = fw_type; in qla82xx_validate_firmware_blob()
1879 if (fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_validate_firmware_blob()
Dqla_def.h3446 uint8_t fw_type; member
/linux-4.1.27/drivers/net/wireless/cw1200/
Ddebug.c113 cw1200_fw_types[priv->wsm_caps.fw_type], in cw1200_status_show()
Dwsm.c824 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()
Dwsm.h621 u16 fw_type; member
/linux-4.1.27/drivers/net/wireless/
Datmel.c87 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()