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

/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_init.c2694 nv->host_p[1] = BIT_2; qla2x00_nvram_config()
2777 if (nv->host_p[1] & BIT_7) { qla2x00_nvram_config()
2800 if (nv->host_p[0] & BIT_7) qla2x00_nvram_config()
2802 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0); qla2x00_nvram_config()
2806 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0); qla2x00_nvram_config()
2807 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0); qla2x00_nvram_config()
2808 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0); qla2x00_nvram_config()
5160 nv->host_p = cpu_to_le32(BIT_11|BIT_10); qla24xx_nvram_config()
5174 nv->host_p &= cpu_to_le32(~BIT_10); qla24xx_nvram_config()
5208 if (nv->host_p & cpu_to_le32(BIT_15)) { qla24xx_nvram_config()
5228 le32_to_cpu(nv->host_p) & BIT_10 ? 1: 0; qla24xx_nvram_config()
5230 le32_to_cpu(nv->host_p) & BIT_11 ? 1: 0; qla24xx_nvram_config()
5232 ha->flags.disable_serdes = le32_to_cpu(nv->host_p) & BIT_5 ? 1: 0; qla24xx_nvram_config()
6105 nv->host_p = cpu_to_le32(BIT_11|BIT_10); qla81xx_nvram_config()
6169 if (nv->host_p & cpu_to_le32(BIT_15)) { qla81xx_nvram_config()
6188 le32_to_cpu(nv->host_p) & BIT_10 ? 1: 0; qla81xx_nvram_config()
6190 le32_to_cpu(nv->host_p) & BIT_11 ? 1: 0; qla81xx_nvram_config()
6192 ha->flags.disable_serdes = le32_to_cpu(nv->host_p) & BIT_5 ? 1: 0; qla81xx_nvram_config()
H A Dqla_fw.h172 uint32_t host_p; member in struct:nvram_24xx
1662 uint32_t host_p; member in struct:nvram_81xx
H A Dqla_def.h1407 uint8_t host_p[2]; member in struct:__anon9997
H A Dqla_target.c6229 nv->host_p &= cpu_to_le32(~BIT_10); qlt_24xx_config_nvram_stage1()
6316 nv->host_p &= cpu_to_le32(~BIT_10); qlt_81xx_config_nvram_stage1()

Completed in 245 milliseconds