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

/drivers/scsi/qla2xxx/
H A Dqla_attr.c979 return snprintf(buf, PAGE_SIZE, "%d us\n", vha->hw->zio_timer * 100);
988 uint16_t zio_timer; local
995 zio_timer = (uint16_t)(val / 100);
996 vha->hw->zio_timer = zio_timer;
1263 static DEVICE_ATTR(zio_timer, S_IRUGO | S_IWUSR, qla2x00_zio_timer_show,
H A Dqla_init.c2439 ha->zio_timer = icb->interrupt_delay_timer ?
2450 ha->zio_mode, ha->zio_timer * 100);
2453 icb->interrupt_delay_timer = (uint8_t)ha->zio_timer;
4455 ha->zio_timer = le16_to_cpu(icb->interrupt_delay_timer) ?
4466 ha->zio_mode, ha->zio_timer * 100);
4470 icb->interrupt_delay_timer = cpu_to_le16(ha->zio_timer);
5224 ha->zio_timer = le16_to_cpu(icb->interrupt_delay_timer) ?
5236 ha->zio_timer * 100);
5240 icb->interrupt_delay_timer = cpu_to_le16(ha->zio_timer);
H A Dqla_def.h2806 uint16_t zio_timer; member in struct:qla_hw_data

Completed in 79 milliseconds