Searched refs:efi_revision (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 3195 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[1] = bcode[0x13]; in qla82xx_get_flash_version() 3386 ha->efi_revision[1], ha->efi_revision[0]); in qla82xx_get_flash_version() 3442 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla24xx_get_flash_version() 3513 ha->efi_revision[0] = bcode[0x12]; in qla24xx_get_flash_version() [all …]
|
H A D | qla_attr.c | 1441 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 D | qla_gs.c | 1713 "%d.%02d", ha->efi_revision[1], ha->efi_revision[0]); in qla2x00_hba_attributes()
|
H A D | qla_def.h | 4667 uint8_t efi_revision[2]; member
|