Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_fw.h88 uint16_t nvram_version; member
1509 uint16_t nvram_version; member
Dqla_init.c2227 nv->id[2] != 'P' || nv->id[3] != ' ' || nv->nvram_version < 1) { in qla2x00_nvram_config()
2231 nv->nvram_version); in qla2x00_nvram_config()
4398 nv->nvram_version < __constant_cpu_to_le16(ICB_VERSION)) { in qla24xx_nvram_config()
4402 le16_to_cpu(nv->nvram_version)); in qla24xx_nvram_config()
4410 nv->nvram_version = __constant_cpu_to_le16(ICB_VERSION); in qla24xx_nvram_config()
5147 nv->nvram_version < __constant_cpu_to_le16(ICB_VERSION)) { in qla81xx_nvram_config()
5151 le16_to_cpu(nv->nvram_version)); in qla81xx_nvram_config()
5159 nv->nvram_version = __constant_cpu_to_le16(ICB_VERSION); in qla81xx_nvram_config()
Dqla_def.h984 uint8_t nvram_version; member