Searched refs:efi_revision (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 3174 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla2x00_get_flash_version() 3231 ha->efi_revision[0] = in qla2x00_get_flash_version() 3233 ha->efi_revision[1] = in qla2x00_get_flash_version() 3237 ha->efi_revision[1], ha->efi_revision[0]); in qla2x00_get_flash_version() 3306 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla82xx_get_flash_version() 3361 ha->efi_revision[0] = bcode[0x12]; in qla82xx_get_flash_version() 3362 ha->efi_revision[ in qla82xx_get_flash_version() [all...] |
H A D | qla_attr.c | 1442 return scnprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->efi_revision[1], in qla2x00_optrom_efi_version_show() 1443 ha->efi_revision[0]); in qla2x00_optrom_efi_version_show()
|
H A D | qla_def.h | 4428 uint8_t efi_revision[2]; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 3174 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla2x00_get_flash_version() 3231 ha->efi_revision[0] = in qla2x00_get_flash_version() 3233 ha->efi_revision[1] = in qla2x00_get_flash_version() 3237 ha->efi_revision[1], ha->efi_revision[0]); in qla2x00_get_flash_version() 3306 memset(ha->efi_revision, 0, sizeof(ha->efi_revision)); in qla82xx_get_flash_version() 3361 ha->efi_revision[0] = bcode[0x12]; in qla82xx_get_flash_version() 3362 ha->efi_revision[ in qla82xx_get_flash_version() [all...] |
H A D | qla_attr.c | 1448 return scnprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->efi_revision[1], in qla2x00_optrom_efi_version_show() 1449 ha->efi_revision[0]); in qla2x00_optrom_efi_version_show()
|
H A D | qla_def.h | 4656 uint8_t efi_revision[2]; member
|
Completed in 42 milliseconds