Searched refs:fcode_revision (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 3114 memset(ha->fcode_revision, 0, sizeof(ha->fcode_revision)); in qla2x00_get_fcode_version() 3167 ((vend - iter) < sizeof(ha->fcode_revision))) { in qla2x00_get_fcode_version() 3168 vbyte = ha->fcode_revision; in qla2x00_get_fcode_version() 3178 memset(ha->fcode_revision, 0, sizeof(ha->fcode_revision)); in qla2x00_get_fcode_version() 3196 memset(ha->fcode_revision, 0, sizeof(ha->fcode_revision)); in qla2x00_get_flash_version() 3328 memset(ha->fcode_revision, 0, sizeof(ha->fcode_revision)); in qla82xx_get_flash_version() 3374 ha->fcode_revision[0] = bcode[0x12]; in qla82xx_get_flash_version() 3375 ha->fcode_revision[1] = bcode[0x13]; in qla82xx_get_flash_version() 3378 ha->fcode_revision[1], ha->fcode_revision[0]); in qla82xx_get_flash_version() 3443 memset(ha->fcode_revision, 0, sizeof(ha->fcode_revision)); in qla24xx_get_flash_version() [all …]
|
D | qla_attr.c | 1452 return scnprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->fcode_revision[1], in qla2x00_optrom_fcode_version_show() 1453 ha->fcode_revision[0]); in qla2x00_optrom_fcode_version_show()
|
D | qla_def.h | 4666 uint8_t fcode_revision[16]; member
|