Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c1209 case QLA_ZIO_DISABLED: in qla2x00_zio_show()
1234 zio_mode = QLA_ZIO_DISABLED; in qla2x00_zio_store()
1237 if (zio_mode != QLA_ZIO_DISABLED || ha->zio_mode != QLA_ZIO_DISABLED) { in qla2x00_zio_store()
H A Dqla_init.c5505 if (ha->zio_mode != QLA_ZIO_DISABLED) { in qla2x00_nvram_config()
8114 if (ha->zio_mode != QLA_ZIO_DISABLED) { in qla24xx_nvram_config()
9367 if (ha->zio_mode != QLA_ZIO_DISABLED) { in qla81xx_nvram_config()
H A Dqla_def.h1531 #define QLA_ZIO_DISABLED 0 macro