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.c5274 nv->parameter_block_version = ICB_VERSION; in qla2x00_nvram_config()
7919 le16_to_cpu(nv->nvram_version) < ICB_VERSION) { in qla24xx_nvram_config()
7933 nv->nvram_version = cpu_to_le16(ICB_VERSION); in qla24xx_nvram_config()
7934 nv->version = cpu_to_le16(ICB_VERSION); in qla24xx_nvram_config()
9154 le16_to_cpu(nv->nvram_version) < ICB_VERSION) { in qla81xx_nvram_config()
9168 nv->nvram_version = cpu_to_le16(ICB_VERSION); in qla81xx_nvram_config()
9169 nv->version = cpu_to_le16(ICB_VERSION); in qla81xx_nvram_config()
H A Dqla_def.h1538 #define ICB_VERSION 1 macro