Home
last modified time | relevance | path

Searched refs:fcode_revision (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_sup.c3093 memset(ha->fcode_revision, 0, sizeof(ha->fcode_revision)); in qla2x00_get_fcode_version()
3146 ((vend - iter) < sizeof(ha->fcode_revision))) { in qla2x00_get_fcode_version()
3147 vbyte = ha->fcode_revision; in qla2x00_get_fcode_version()
3157 memset(ha->fcode_revision, 0, sizeof(ha->fcode_revision)); in qla2x00_get_fcode_version()
3175 memset(ha->fcode_revision, 0, sizeof(ha->fcode_revision)); in qla2x00_get_flash_version()
3307 memset(ha->fcode_revision, 0, sizeof(ha->fcode_revision)); in qla82xx_get_flash_version()
3353 ha->fcode_revision[0] = bcode[0x12]; in qla82xx_get_flash_version()
3354 ha->fcode_revision[1] = bcode[0x13]; in qla82xx_get_flash_version()
3357 ha->fcode_revision[1], ha->fcode_revision[0]); in qla82xx_get_flash_version()
3422 memset(ha->fcode_revision, 0, sizeof(ha->fcode_revision)); in qla24xx_get_flash_version()
[all …]
Dqla_attr.c1459 return scnprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->fcode_revision[1], in qla2x00_optrom_fcode_version_show()
1460 ha->fcode_revision[0]); in qla2x00_optrom_fcode_version_show()
Dqla_def.h4596 uint8_t fcode_revision[16]; member