Home
last modified time | relevance | path

Searched refs:last_zio_threshold (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c3016 ha->last_zio_threshold = DEFAULT_ZIO_THRESHOLD; in qla2x00_probe_one()
7208 u16 threshold = ha->nvme_last_rptd_aen + ha->last_zio_threshold; in qla2x00_do_dpc()
7562 atomic_read(&ha->zio_threshold) != ha->last_zio_threshold && in qla2x00_timer()
7566 ha->last_zio_threshold); in qla2x00_timer()
7567 ha->last_zio_threshold = atomic_read(&ha->zio_threshold); in qla2x00_timer()
H A Dqla_attr.c1286 vha->hw->last_zio_threshold); in qla_zio_threshold_show()
H A Dqla_def.h4832 uint16_t last_zio_threshold; member
H A Dqla_init.c4345 ha->last_zio_threshold); in qla2x00_setup_chip()