Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_bsg.c2465 if (vha->dport_status & DPORT_DIAG_CHIP_RESET_IN_PROGRESS && in qla2x00_do_dport_diagnostics_v2()
2468 vha->dport_status &= ~DPORT_DIAG_CHIP_RESET_IN_PROGRESS; in qla2x00_do_dport_diagnostics_v2()
2472 if (vha->dport_status & DPORT_DIAG_CHIP_RESET_IN_PROGRESS && in qla2x00_do_dport_diagnostics_v2()
Dqla_def.h5119 #define DPORT_DIAG_CHIP_RESET_IN_PROGRESS BIT_1 macro
Dqla_init.c7500 vha->dport_status |= DPORT_DIAG_CHIP_RESET_IN_PROGRESS; in qla2x00_abort_isp()