Home
last modified time | relevance | path

Searched refs:zio_threshold (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_attr.c1297 atomic_set(&vha->hw->zio_threshold, val); in qla_zio_threshold_store()
2437 static DEVICE_ATTR(zio_threshold, 0644,
H A Dqla_os.c2859 atomic_set(&ha->zio_threshold, DEFAULT_ZIO_THRESHOLD); in qla2x00_probe_one()
7211 atomic_read(&ha->zio_threshold) != ha->last_zio_threshold && in qla2x00_timer()
7216 ha->last_zio_threshold = atomic_read(&ha->zio_threshold); in qla2x00_timer()
H A Dqla_def.h4590 atomic_t zio_threshold; member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_attr.c1303 atomic_set(&vha->hw->zio_threshold, val); in qla_zio_threshold_store()
2467 static DEVICE_ATTR(zio_threshold, 0644,
H A Dqla_os.c3020 atomic_set(&ha->zio_threshold, DEFAULT_ZIO_THRESHOLD); in qla2x00_probe_one()
7569 atomic_read(&ha->zio_threshold) != ha->last_zio_threshold && in qla2x00_timer()
7574 ha->last_zio_threshold = atomic_read(&ha->zio_threshold); in qla2x00_timer()
H A Dqla_def.h4819 atomic_t zio_threshold; member

Completed in 48 milliseconds