Searched refs:zio_timer (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_attr.c1080 return snprintf(buf, PAGE_SIZE, "%d us\n", vha->hw->zio_timer * 100);
1089 uint16_t zio_timer; local
1096 zio_timer = (uint16_t)(val / 100);
1097 vha->hw->zio_timer = zio_timer;
1342 static DEVICE_ATTR(zio_timer, S_IRUGO | S_IWUSR, qla2x00_zio_timer_show,
H A Dqla_init.c2433 ha->zio_timer = icb->interrupt_delay_timer ?
2444 ha->zio_timer * 100));
2447 ha->zio_mode, ha->zio_timer * 100);
2450 icb->interrupt_delay_timer = (uint8_t)ha->zio_timer;
4444 ha->zio_timer = le16_to_cpu(icb->interrupt_delay_timer) ?
4455 ha->zio_timer * 100));
4458 ha->zio_mode, ha->zio_timer * 100);
4462 icb->interrupt_delay_timer = cpu_to_le16(ha->zio_timer);
5207 ha->zio_timer = le16_to_cpu(icb->interrupt_delay_timer) ?
5218 ha->zio_timer * 10
[all...]
H A Dqla_def.h2753 uint16_t zio_timer; member in struct:qla_hw_data

Completed in 121 milliseconds