Searched refs:efi_revision (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 2545 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla2x00_get_flash_version() 2601 ha->efi_revision[0] = in qla2x00_get_flash_version() 2603 ha->efi_revision[1] = in qla2x00_get_flash_version() 2606 ha->efi_revision[1], ha->efi_revision[0])); in qla2x00_get_flash_version() 2671 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla24xx_get_flash_version() 2727 ha->efi_revision[0] = bcode[0x12]; in qla24xx_get_flash_version() 2728 ha->efi_revision[1] = bcode[0x13]; in qla24xx_get_flash_version() 2730 ha->efi_revision[1], ha->efi_revision[0])); in qla24xx_get_flash_version()
|
D | qla_attr.c | 1164 return snprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->efi_revision[1], in qla2x00_optrom_efi_version_show() 1165 ha->efi_revision[0]); in qla2x00_optrom_efi_version_show()
|
D | qla_def.h | 2722 uint8_t efi_revision[2]; member
|