Searched refs:zio_mode (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_attr.c934 switch (vha->hw->zio_mode) {
952 uint16_t zio_mode; local
961 zio_mode = QLA_ZIO_MODE_6;
963 zio_mode = QLA_ZIO_DISABLED;
966 if (zio_mode != QLA_ZIO_DISABLED || ha->zio_mode != QLA_ZIO_DISABLED) {
967 ha->zio_mode = zio_mode;
H A Dqla_init.c2437 ha->zio_mode = icb->add_firmware_options[0] &
2445 if (ha->zio_mode != QLA_ZIO_DISABLED) {
2446 ha->zio_mode = QLA_ZIO_MODE_6;
2450 ha->zio_mode, ha->zio_timer * 100);
2452 icb->add_firmware_options[0] |= (uint8_t)ha->zio_mode;
4453 ha->zio_mode = le32_to_cpu(icb->firmware_options_2) &
4461 if (ha->zio_mode != QLA_ZIO_DISABLED) {
4462 ha->zio_mode = QLA_ZIO_MODE_6;
4466 ha->zio_mode, ha->zio_timer * 100);
4469 (uint32_t)ha->zio_mode);
[all...]
H A Dqla_def.h2805 uint16_t zio_mode; member in struct:qla_hw_data

Completed in 1129 milliseconds