Searched refs:nic_core_reset_hdlr_active (Results 1 – 7 of 7) sorted by relevance
3378 if (!ha->flags.nic_core_reset_hdlr_active) { in qla82xx_watchdog()3517 ha->flags.nic_core_reset_hdlr_active = 1; in qla82xx_abort_isp()3539 ha->flags.nic_core_reset_hdlr_active = 0; in qla82xx_abort_isp()
5428 if (!ha->flags.nic_core_reset_hdlr_active) { in qla83xx_schedule_work()5536 if (!ha->flags.nic_core_reset_hdlr_active) { in qla83xx_nic_core_reset_work()5549 ha->flags.nic_core_reset_hdlr_active = 1; in qla83xx_nic_core_reset_work()5555 ha->flags.nic_core_reset_hdlr_active = 0; in qla83xx_nic_core_reset_work()
1457 if (ha->flags.nic_core_reset_hdlr_active) in qla2x00_read_optrom()
6545 if (!ha->flags.nic_core_reset_hdlr_active && !ha->portnum) { in qla2xxx_mctp_dump()6546 ha->flags.nic_core_reset_hdlr_active = 1; in qla2xxx_mctp_dump()6555 ha->flags.nic_core_reset_hdlr_active = 0; in qla2xxx_mctp_dump()
1109 if (ha->flags.nic_core_reset_hdlr_active) in qla2xxx_flash_npiv_conf()
4065 ha->flags.nic_core_reset_hdlr_active = 0; in qla8044_abort_isp()
3638 uint32_t nic_core_reset_hdlr_active:1; member