• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/

Lines Matching refs:port_down_retry_count

2237 		nv->port_down_retry_count = 8;
2400 ha->port_down_retry_count = nv->port_down_retry_count;
2402 ha->port_down_retry_count = qlport_down_retry;
2405 if (ha->port_down_retry_count == nv->port_down_retry_count &&
2406 ha->port_down_retry_count > 3)
2407 ha->login_retry_count = ha->port_down_retry_count;
2408 else if (ha->port_down_retry_count > (int)ha->login_retry_count)
2409 ha->login_retry_count = ha->port_down_retry_count;
2888 fcport->port_login_retry_count = ha->port_down_retry_count *
2890 atomic_set(&fcport->port_down_timer, ha->port_down_retry_count *
4316 nv->port_down_retry_count = __constant_cpu_to_le16(30);
4425 ha->port_down_retry_count = le16_to_cpu(nv->port_down_retry_count);
4427 ha->port_down_retry_count = qlport_down_retry;
4431 if (ha->port_down_retry_count ==
4432 le16_to_cpu(nv->port_down_retry_count) &&
4433 ha->port_down_retry_count > 3)
4434 ha->login_retry_count = ha->port_down_retry_count;
4435 else if (ha->port_down_retry_count > (int)ha->login_retry_count)
4436 ha->login_retry_count = ha->port_down_retry_count;
5063 nv->port_down_retry_count = __constant_cpu_to_le16(30);
5188 ha->port_down_retry_count = le16_to_cpu(nv->port_down_retry_count);
5190 ha->port_down_retry_count = qlport_down_retry;
5194 if (ha->port_down_retry_count ==
5195 le16_to_cpu(nv->port_down_retry_count) &&
5196 ha->port_down_retry_count > 3)
5197 ha->login_retry_count = ha->port_down_retry_count;
5198 else if (ha->port_down_retry_count > (int)ha->login_retry_count)
5199 ha->login_retry_count = ha->port_down_retry_count;