Searched refs:RESET_MARKER_NEEDED (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 402 if (test_and_clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) && in qla2x00_do_dpc_vp()
|
D | qla_isr.c | 1345 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 1547 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 1591 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
|
D | qla_os.c | 7125 if (test_and_clear_bit(RESET_MARKER_NEEDED, in qla2x00_do_dpc() 7279 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_rst_aen() 7287 (test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags))); in qla2x00_rst_aen() 7586 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) || in qla2x00_timer() 7598 start_dpc, test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags)); in qla2x00_timer()
|
D | qla_init.c | 7565 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_abort_isp() 7712 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_restart_isp() 8923 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla24xx_configure_vhba() 9347 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla82xx_restart_isp() 9364 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla82xx_restart_isp()
|
D | qla_def.h | 4942 #define RESET_MARKER_NEEDED 0 /* Send marker to ISP. */ macro
|