Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_mid.c350 if (test_and_clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) && in qla2x00_do_dpc_vp()
Dqla_isr.c663 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
816 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
857 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
Dqla_os.c5003 if (test_and_clear_bit(RESET_MARKER_NEEDED, in qla2x00_do_dpc()
5113 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_rst_aen()
5121 (test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags))); in qla2x00_rst_aen()
5262 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) || in qla2x00_timer()
5276 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags)); in qla2x00_timer()
Dqla_init.c4782 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_abort_isp()
4921 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_restart_isp()
5914 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla24xx_configure_vhba()
6303 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla82xx_restart_isp()
6320 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla82xx_restart_isp()
Dqla_def.h3519 #define RESET_MARKER_NEEDED 0 /* Send marker to ISP. */ macro