Searched refs:fcode_revision (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 3093 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() [all...] |
H A D | qla_attr.c | 1453 return scnprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->fcode_revision[1], in qla2x00_optrom_fcode_version_show() 1454 ha->fcode_revision[0]); in qla2x00_optrom_fcode_version_show()
|
H A D | qla_def.h | 4429 uint8_t fcode_revision[16]; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 3093 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() [all...] |
H A D | qla_attr.c | 1459 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()
|
H A D | qla_def.h | 4657 uint8_t fcode_revision[16]; member
|
Completed in 45 milliseconds