Home
last modified time | relevance | path

Searched refs:zio_threshold (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c1296 atomic_set(&vha->hw->zio_threshold, val); in qla_zio_threshold_store()
2460 static DEVICE_ATTR(zio_threshold, 0644,
H A Dqla_os.c3012 atomic_set(&ha->zio_threshold, DEFAULT_ZIO_THRESHOLD); in qla2x00_probe_one()
7564 atomic_read(&ha->zio_threshold) != ha->last_zio_threshold && in qla2x00_timer()
7569 ha->last_zio_threshold = atomic_read(&ha->zio_threshold); in qla2x00_timer()
H A Dqla_def.h4830 atomic_t zio_threshold; member