Home
last modified time | relevance | path

Searched refs:fw_major_version (Results 1 – 20 of 20) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_nx.c3087 uint16_t fw_major_version, fw_minor_version, fw_subminor_version; in qla82xx_check_md_needed() local
3090 fw_major_version = ha->fw_major_version; in qla82xx_check_md_needed()
3100 if ((fw_major_version != ha->fw_major_version || in qla82xx_check_md_needed()
3106 fw_major_version, fw_minor_version, in qla82xx_check_md_needed()
3108 ha->fw_major_version, in qla82xx_check_md_needed()
Dqla_dbg.h279 __be32 fw_major_version; member
Dqla_tmpl.c899 tmp->firmware_version[0] = cpu_to_le32(vha->hw->fw_major_version); in qla27xx_firmware_info()
Dqla_init.c4257 uint16_t fw_major_version; in qla2x00_setup_chip() local
4324 fw_major_version = ha->fw_major_version; in qla2x00_setup_chip()
4353 if (!fw_major_version && !(IS_P3P_TYPE(ha))) in qla2x00_setup_chip()
4400 ha->fw_major_version, ha->fw_minor_version, in qla2x00_setup_chip()
8939 if (!ha->fw_major_version) in qla2x00_try_to_stop_firmware()
Dqla_dbg.c76 fw_dump->fw_major_version = htonl(ha->fw_major_version); in qla2xxx_prep_dump()
Dqla_os.c678 snprintf(str, size, "%d.%02d.%02d ", ha->fw_major_version, in qla2x00_fw_version_str()
715 snprintf(str, size, "%d.%02d.%02d (%x)", ha->fw_major_version, in qla24xx_fw_version_str()
Dqla_def.h4490 uint16_t fw_major_version; member
Dqla_gs.c858 ha->model_number, ha->fw_major_version, ha->fw_minor_version, in qla2x00_get_sym_node_name()
Dqla_mbx.c1090 ha->fw_major_version = mcp->mb[1]; in qla2x00_get_fw_version()
/drivers/scsi/
Dmyrb.h174 unsigned char fw_major_version; /* Byte 137 */ member
Dmyrs.h181 unsigned char fw_major_version; /* Byte 64 */ member
Dmyrs.c612 info->fw_major_version, info->fw_minor_version, in myrs_get_config()
614 if (info->fw_major_version == 6 && in myrs_get_config()
1422 cs->ctlr_info->fw_major_version, in firmware_show()
Dmyrb.c1045 enquiry2->fw.major_version = cb->enquiry->fw_major_version; in myrb_get_hba_config()
/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h82 u16 *fw_major_version, u16 *fw_minor_version,
Di40e_common.c2240 u16 *fw_major_version, u16 *fw_minor_version, in i40e_aq_get_firmware_version() argument
2255 if (fw_major_version) in i40e_aq_get_firmware_version()
2256 *fw_major_version = le16_to_cpu(resp->fw_major); in i40e_aq_get_firmware_version()
/drivers/scsi/qla4xxx/
Dql4_fw.h1009 uint16_t fw_major_version; /* 00 - 01 */ member
/drivers/misc/habanalabs/common/
Dfirmware_if.c57 rc = kstrtou32(major, 10, &hdev->fw_major_version); in extract_fw_sub_versions()
Dhabanalabs.h3297 u32 fw_major_version; member
/drivers/input/mouse/
Dcyapa_gen5.c231 u8 fw_major_version; member
/drivers/misc/habanalabs/gaudi2/
Dgaudi2.c10144 if (!(gaudi2->hw_cap_initialized & HW_CAP_CPU_Q) || hdev->fw_major_version < 37) in gaudi2_send_device_activity()