Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_fw.h319 #define ICB_VERSION 1 macro
2084 #define ICB_VERSION 1 macro
H A Dqla_init.c5264 nv->parameter_block_version = ICB_VERSION; in qla2x00_nvram_config()
7909 le16_to_cpu(nv->nvram_version) < ICB_VERSION) { in qla24xx_nvram_config()
7923 nv->nvram_version = cpu_to_le16(ICB_VERSION); in qla24xx_nvram_config()
7924 nv->version = cpu_to_le16(ICB_VERSION); in qla24xx_nvram_config()
9144 le16_to_cpu(nv->nvram_version) < ICB_VERSION) { in qla81xx_nvram_config()
9158 nv->nvram_version = cpu_to_le16(ICB_VERSION); in qla81xx_nvram_config()
9159 nv->version = cpu_to_le16(ICB_VERSION); in qla81xx_nvram_config()
H A Dqla_def.h1538 #define ICB_VERSION 1 macro