Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_fw.h137 __le16 nvram_version; member
1909 __le16 nvram_version; member
Dqla_init.c4941 nv->nvram_version < 1) { in qla2x00_nvram_config()
4945 chksum, nv->id, nv->nvram_version); in qla2x00_nvram_config()
7649 le16_to_cpu(nv->nvram_version) < ICB_VERSION) { in qla24xx_nvram_config()
7653 chksum, nv->id, nv->nvram_version); in qla24xx_nvram_config()
7663 nv->nvram_version = cpu_to_le16(ICB_VERSION); in qla24xx_nvram_config()
8843 le16_to_cpu(nv->nvram_version) < ICB_VERSION) { in qla81xx_nvram_config()
8847 chksum, nv->id, le16_to_cpu(nv->nvram_version)); in qla81xx_nvram_config()
8857 nv->nvram_version = cpu_to_le16(ICB_VERSION); in qla81xx_nvram_config()
Dqla_def.h1661 uint8_t nvram_version; member