Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_sup.c3195 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla2x00_get_flash_version()
3252 ha->efi_revision[0] = in qla2x00_get_flash_version()
3254 ha->efi_revision[1] = in qla2x00_get_flash_version()
3258 ha->efi_revision[1], ha->efi_revision[0]); in qla2x00_get_flash_version()
3327 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla82xx_get_flash_version()
3382 ha->efi_revision[0] = bcode[0x12]; in qla82xx_get_flash_version()
3383 ha->efi_revision[ in qla82xx_get_flash_version()
[all...]
H A Dqla_attr.c1441 return scnprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->efi_revision[1], in qla2x00_optrom_efi_version_show()
1442 ha->efi_revision[0]); in qla2x00_optrom_efi_version_show()
H A Dqla_gs.c1713 "%d.%02d", ha->efi_revision[1], ha->efi_revision[0]); in qla2x00_hba_attributes()