Home
last modified time | relevance | path

Searched refs:efi_revision (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_sup.c2749 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla2x00_get_flash_version()
2806 ha->efi_revision[0] = in qla2x00_get_flash_version()
2808 ha->efi_revision[1] = in qla2x00_get_flash_version()
2812 ha->efi_revision[1], ha->efi_revision[0]); in qla2x00_get_flash_version()
2881 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla82xx_get_flash_version()
2941 ha->efi_revision[0] = bcode[0x12]; in qla82xx_get_flash_version()
2942 ha->efi_revision[1] = bcode[0x13]; in qla82xx_get_flash_version()
2945 ha->efi_revision[1], ha->efi_revision[0]); in qla82xx_get_flash_version()
3000 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla24xx_get_flash_version()
3058 ha->efi_revision[0] = bcode[0x12]; in qla24xx_get_flash_version()
[all …]
Dqla_attr.c1270 return scnprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->efi_revision[1], in qla2x00_optrom_efi_version_show()
1271 ha->efi_revision[0]); in qla2x00_optrom_efi_version_show()
Dqla_def.h3359 uint8_t efi_revision[2]; member