Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_attr.c395 ha->optrom_state = QLA_SWAITING; in qla2x00_sysfs_write_optrom_ctl()
405 if (ha->optrom_state != QLA_SWAITING) { in qla2x00_sysfs_write_optrom_ctl()
420 ha->optrom_state = QLA_SWAITING; in qla2x00_sysfs_write_optrom_ctl()
440 if (ha->optrom_state != QLA_SWAITING) { in qla2x00_sysfs_write_optrom_ctl()
491 ha->optrom_state = QLA_SWAITING; in qla2x00_sysfs_write_optrom_ctl()
Dqla_bsg.c1426 if (ha->optrom_state != QLA_SWAITING) { in qla2x00_optrom_setup()
1470 ha->optrom_state = QLA_SWAITING; in qla2x00_optrom_setup()
1507 ha->optrom_state = QLA_SWAITING; in qla2x00_read_optrom()
1548 ha->optrom_state = QLA_SWAITING; in qla2x00_update_optrom()
Dqla_def.h4568 #define QLA_SWAITING 0 macro
Dqla_os.c1675 if (qla2x00_reset_active(vha) || ha->optrom_state != QLA_SWAITING) in qla2xxx_eh_host_reset()