Searched refs:efi_revision (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 3172 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla2x00_get_flash_version() 3229 ha->efi_revision[0] = in qla2x00_get_flash_version() 3231 ha->efi_revision[1] = in qla2x00_get_flash_version() 3235 ha->efi_revision[1], ha->efi_revision[0]); in qla2x00_get_flash_version() 3304 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla82xx_get_flash_version() 3359 ha->efi_revision[0] = bcode[0x12]; in qla82xx_get_flash_version() 3360 ha->efi_revision[1] = bcode[0x13]; in qla82xx_get_flash_version() 3363 ha->efi_revision[1], ha->efi_revision[0]); in qla82xx_get_flash_version() 3419 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla24xx_get_flash_version() 3480 ha->efi_revision[0] = bcode[0x12]; in qla24xx_get_flash_version() [all …]
|
D | qla_attr.c | 1342 return scnprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->efi_revision[1], in qla2x00_optrom_efi_version_show() 1343 ha->efi_revision[0]); in qla2x00_optrom_efi_version_show()
|
D | qla_def.h | 4139 uint8_t efi_revision[2]; member
|