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

/drivers/scsi/qla2xxx/
H A Dqla_init.c2236 nv->host_p[1] = BIT_2;
2319 if (nv->host_p[1] & BIT_7) {
2342 if (nv->host_p[0] & BIT_7)
2344 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0);
2348 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0);
2349 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0);
2350 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0);
4323 nv->host_p = __constant_cpu_to_le32(BIT_11|BIT_10);
4361 if (nv->host_p & __constant_cpu_to_le32(BIT_15)) {
4380 le32_to_cpu(nv->host_p)
[all...]
H A Dqla_fw.h172 uint32_t host_p; member in struct:nvram_24xx
1599 uint32_t host_p; member in struct:nvram_81xx
H A Dqla_def.h1147 uint8_t host_p[2]; member in struct:__anon4877

Completed in 120 milliseconds