Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/qla2xxx/
Dqla_init.c2281 nv->host_p[1] = BIT_2; in qla2x00_nvram_config()
2364 if (nv->host_p[1] & BIT_7) { in qla2x00_nvram_config()
2387 if (nv->host_p[0] & BIT_7) in qla2x00_nvram_config()
2389 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0); in qla2x00_nvram_config()
2393 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0); in qla2x00_nvram_config()
2394 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0); in qla2x00_nvram_config()
2395 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0); in qla2x00_nvram_config()
4469 nv->host_p = __constant_cpu_to_le32(BIT_11|BIT_10); in qla24xx_nvram_config()
4507 if (nv->host_p & __constant_cpu_to_le32(BIT_15)) { in qla24xx_nvram_config()
4526 le32_to_cpu(nv->host_p) & BIT_10 ? 1: 0; in qla24xx_nvram_config()
[all …]
Dqla_fw.h172 uint32_t host_p; member
1589 uint32_t host_p; member
Dqla_def.h1135 uint8_t host_p[2]; member