Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_mid.c394 if (test_and_clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) && in qla2x00_do_dpc_vp()
H A Dqla_isr.c1057 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
1246 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
1290 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
H A Dqla_os.c6874 if (test_and_clear_bit(RESET_MARKER_NEEDED, in qla2x00_do_dpc()
7030 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_rst_aen()
7038 (test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags))); in qla2x00_rst_aen()
7220 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) || in qla2x00_timer()
7235 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags)); in qla2x00_timer()
H A Dqla_init.c7058 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_abort_isp()
7200 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_restart_isp()
8411 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla24xx_configure_vhba()
8835 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla82xx_restart_isp()
8852 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla82xx_restart_isp()
H A Dqla_def.h4682 #define RESET_MARKER_NEEDED 0 /* Send marker to ISP. */ macro