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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_attr.c592 return snprintf(buf, PAGE_SIZE, "%d us\n", ha->zio_timer * 100);
601 uint16_t zio_timer; local
608 zio_timer = (uint16_t)(val / 100);
609 ha->zio_timer = zio_timer;
707 static CLASS_DEVICE_ATTR(zio_timer, S_IRUGO | S_IWUSR, qla2x00_zio_timer_show,
H A Dqla_init.c1702 ha->zio_timer = icb->interrupt_delay_timer ?
1713 ha->zio_timer * 100));
1716 ha->zio_mode, ha->zio_timer * 100);
1719 icb->interrupt_delay_timer = (uint8_t)ha->zio_timer;
3597 ha->zio_timer = le16_to_cpu(icb->interrupt_delay_timer) ?
3608 ha->zio_timer * 100));
3611 ha->zio_mode, ha->zio_timer * 100);
3615 icb->interrupt_delay_timer = cpu_to_le16(ha->zio_timer);
H A Dqla_def.h2427 uint16_t zio_timer; member in struct:scsi_qla_host

Completed in 121 milliseconds