Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_attr.c332 ha->optrom_state = QLA_SWAITING; in qla2x00_sysfs_write_optrom_ctl()
342 if (ha->optrom_state != QLA_SWAITING) { in qla2x00_sysfs_write_optrom_ctl()
357 ha->optrom_state = QLA_SWAITING; in qla2x00_sysfs_write_optrom_ctl()
378 if (ha->optrom_state != QLA_SWAITING) { in qla2x00_sysfs_write_optrom_ctl()
430 ha->optrom_state = QLA_SWAITING; in qla2x00_sysfs_write_optrom_ctl()
Dqla_bsg.c1400 if (ha->optrom_state != QLA_SWAITING) { in qla2x00_optrom_setup()
1443 ha->optrom_state = QLA_SWAITING; in qla2x00_optrom_setup()
1480 ha->optrom_state = QLA_SWAITING; in qla2x00_read_optrom()
1516 ha->optrom_state = QLA_SWAITING; in qla2x00_update_optrom()
Dqla_def.h4042 #define QLA_SWAITING 0 macro
Dqla_os.c1607 if (qla2x00_reset_active(vha) || ha->optrom_state != QLA_SWAITING) in qla2xxx_eh_host_reset()