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

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mid.c402 if (test_and_clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) &&
H A Dqla_isr.c1345 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
1547 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
1591 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
H A Dqla_os.c7127 if (test_and_clear_bit(RESET_MARKER_NEEDED,
7281 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
7289 (test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags)));
7588 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) ||
7600 start_dpc, test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags));
H A Dqla_init.c7583 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
7714 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
8925 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
9349 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
9366 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
H A Dqla_def.h4942 #define RESET_MARKER_NEEDED 0 /* Send marker to ISP. */ macro

Completed in 373 milliseconds