Searched refs:RESET_MARKER_NEEDED (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 322 if (test_and_clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) && in qla2x00_do_dpc_vp()
|
D | qla_isr.c | 399 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 544 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 584 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
|
D | qla_os.c | 3398 if (test_and_clear_bit(RESET_MARKER_NEEDED, in qla2x00_do_dpc() 3499 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_rst_aen() 3507 (test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags))); in qla2x00_rst_aen() 3693 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) || in qla2x00_timer()
|
D | qla_init.c | 4058 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_abort_isp() 4199 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_restart_isp() 5009 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla24xx_configure_vhba() 5378 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla82xx_restart_isp() 5413 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla82xx_restart_isp()
|
D | qla_def.h | 2852 #define RESET_MARKER_NEEDED 0 /* Send marker to ISP. */ macro
|