Home
last modified time | relevance | path

Searched refs:ENABLE_INTERNAL_LOOPBACK (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_bsg.h75 #define ENABLE_INTERNAL_LOOPBACK 0x02 macro
Dqla_bsg.c606 ENABLE_INTERNAL_LOOPBACK || in qla81xx_reset_loopback_mode()
676 new_config[0] = config[0] | (ENABLE_INTERNAL_LOOPBACK << 1); in qla81xx_set_loopback_mode()
/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_bsg.c571 if ((config & ENABLE_INTERNAL_LOOPBACK) || in qla4_83xx_pre_loopback_config()
579 config |= ENABLE_INTERNAL_LOOPBACK; in qla4_83xx_pre_loopback_config()
623 config &= ~ENABLE_INTERNAL_LOOPBACK; in qla4_83xx_post_loopback_config()
Dql4_fw.h436 #define ENABLE_INTERNAL_LOOPBACK 0x04 macro
Dql4_isr.c589 if ((ha->idc_info.info2 & ENABLE_INTERNAL_LOOPBACK) || in qla4_83xx_loopback_in_progress()
Dql4_os.c5356 ENABLE_INTERNAL_LOOPBACK) { in qla4xxx_do_dpc()