Searched refs:RESET_MARKER_NEEDED (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_os.c3759 if (test_and_clear_bit(RESET_MARKER_NEEDED,
3862 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
3870 (test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags)));
4001 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) ||
4015 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags));
H A Dqla_isr.c403 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
541 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
582 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
H A Dqla_mid.c335 if (test_and_clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) &&
H A Dqla_init.c3947 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
4079 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
4883 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
5264 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
5297 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
H A Dqla_def.h2902 #define RESET_MARKER_NEEDED 0 /* Send marker to ISP. */ macro

Completed in 3135 milliseconds