Lines Matching refs:host_p
4778 nv->host_p[1] = BIT_2; in qla2x00_nvram_config()
4847 if (nv->host_p[1] & BIT_7) { in qla2x00_nvram_config()
4870 if (nv->host_p[0] & BIT_7) in qla2x00_nvram_config()
4872 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0); in qla2x00_nvram_config()
4876 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0); in qla2x00_nvram_config()
4877 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0); in qla2x00_nvram_config()
4878 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0); in qla2x00_nvram_config()
7429 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla24xx_nvram_config()
7443 nv->host_p &= cpu_to_le32(~BIT_10); in qla24xx_nvram_config()
7477 if (nv->host_p & cpu_to_le32(BIT_15)) { in qla24xx_nvram_config()
7497 le32_to_cpu(nv->host_p) & BIT_10 ? 1 : 0; in qla24xx_nvram_config()
7499 le32_to_cpu(nv->host_p) & BIT_11 ? 1 : 0; in qla24xx_nvram_config()
7501 ha->flags.disable_serdes = le32_to_cpu(nv->host_p) & BIT_5 ? 1 : 0; in qla24xx_nvram_config()
8625 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla81xx_nvram_config()
8689 if (nv->host_p & cpu_to_le32(BIT_15)) { in qla81xx_nvram_config()
8713 le32_to_cpu(nv->host_p) & BIT_10 ? 1 : 0; in qla81xx_nvram_config()
8715 le32_to_cpu(nv->host_p) & BIT_11 ? 1 : 0; in qla81xx_nvram_config()
8717 ha->flags.disable_serdes = le32_to_cpu(nv->host_p) & BIT_5 ? 1 : 0; in qla81xx_nvram_config()