Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_mid.c388 if (test_and_clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) && in qla2x00_do_dpc_vp()
Dqla_isr.c715 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
892 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
936 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
Dqla_os.c6354 if (test_and_clear_bit(RESET_MARKER_NEEDED, in qla2x00_do_dpc()
6510 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_rst_aen()
6518 (test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags))); in qla2x00_rst_aen()
6699 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) || in qla2x00_timer()
6713 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags)); in qla2x00_timer()
Dqla_init.c6782 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_abort_isp()
6918 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_restart_isp()
8130 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla24xx_configure_vhba()
8546 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla82xx_restart_isp()
8563 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla82xx_restart_isp()
Dqla_def.h4369 #define RESET_MARKER_NEEDED 0 /* Send marker to ISP. */ macro