Searched defs:zio_timer (Results 1 - 2 of 2) 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_def.h2806 uint16_t zio_timer; member in struct:qla_hw_data

Completed in 4591 milliseconds