Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c403 (!(test_and_set_bit(RESET_ACTIVE, &vha->dpc_flags)))) { in qla2x00_do_dpc_vp()
404 clear_bit(RESET_ACTIVE, &vha->dpc_flags); in qla2x00_do_dpc_vp()
H A Dqla_os.c7126 (!(test_and_set_bit(RESET_ACTIVE, &base_vha->dpc_flags)))) { in qla2x00_do_dpc()
7131 clear_bit(RESET_ACTIVE, &base_vha->dpc_flags); in qla2x00_do_dpc()
H A Dqla_def.h4952 #define RESET_ACTIVE 1 macro