Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_init.c4550 nv->host_p[1] = BIT_2; in qla2x00_nvram_config()
4619 if (nv->host_p[1] & BIT_7) { in qla2x00_nvram_config()
4642 if (nv->host_p[0] & BIT_7) in qla2x00_nvram_config()
4644 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0); in qla2x00_nvram_config()
4648 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0); in qla2x00_nvram_config()
4649 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0); in qla2x00_nvram_config()
4650 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0); in qla2x00_nvram_config()
7149 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla24xx_nvram_config()
7163 nv->host_p &= cpu_to_le32(~BIT_10); in qla24xx_nvram_config()
7197 if (nv->host_p & cpu_to_le32(BIT_15)) { in qla24xx_nvram_config()
[all …]
Dqla_fw.h218 uint32_t host_p; member
1816 uint32_t host_p; member
Dqla_def.h1688 uint8_t host_p[2]; member
Dqla_target.c6885 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_24xx_config_nvram_stage1()
6997 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_81xx_config_nvram_stage1()