Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_bsg.c2459 if (vha->dport_status & DPORT_DIAG_CHIP_RESET_IN_PROGRESS && in qla2x00_do_dport_diagnostics_v2()
2462 vha->dport_status &= ~DPORT_DIAG_CHIP_RESET_IN_PROGRESS; in qla2x00_do_dport_diagnostics_v2()
2466 if (vha->dport_status & DPORT_DIAG_CHIP_RESET_IN_PROGRESS && in qla2x00_do_dport_diagnostics_v2()
H A Dqla_def.h5131 #define DPORT_DIAG_CHIP_RESET_IN_PROGRESS BIT_1 macro
H A Dqla_init.c7530 vha->dport_status |= DPORT_DIAG_CHIP_RESET_IN_PROGRESS; in qla2x00_abort_isp()