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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c2235 nv->host_p[1] = BIT_2;
2318 if (nv->host_p[1] & BIT_7) {
2336 if (nv->host_p[0] & BIT_7)
2338 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0);
2342 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0);
2343 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0);
2344 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0);
4312 nv->host_p = __constant_cpu_to_le32(BIT_11|BIT_10);
4350 if (nv->host_p & __constant_cpu_to_le32(BIT_15)) {
4369 le32_to_cpu(nv->host_p)
[all...]
H A Dqla_fw.h172 uint32_t host_p; member in struct:nvram_24xx
1585 uint32_t host_p; member in struct:nvram_81xx
H A Dqla_def.h1128 uint8_t host_p[2]; member in struct:__anon14927

Completed in 102 milliseconds