Searched refs:SRB_WATCHDOG_ENABLED (Results 1 – 3 of 3) sorted by relevance
1477 if (sp->flags & SRB_WATCHDOG_ENABLED) { in ql_fast_fcp_post()1479 sp->flags &= ~SRB_WATCHDOG_ENABLED; in ql_fast_fcp_post()
3154 SRB_POLL | SRB_WATCHDOG_ENABLED | SRB_ABORT | SRB_UB_CALLBACK | in ql_transport()7480 if (sp->flags & SRB_WATCHDOG_ENABLED) { in ql_start_cmd()7854 (sp->flags & SRB_WATCHDOG_ENABLED && in ql_done()7865 (sp->flags & SRB_WATCHDOG_ENABLED && in ql_done()7887 if (sp->flags & SRB_WATCHDOG_ENABLED) { in ql_done()7889 sp->flags &= ~SRB_WATCHDOG_ENABLED; in ql_done()9833 sp->flags |= SRB_WATCHDOG_ENABLED; in ql_timeout_insert()9931 sp->flags &= ~SRB_WATCHDOG_ENABLED; in ql_watchdog()
1179 #define SRB_WATCHDOG_ENABLED BIT_4 /* Command on watchdog list. */ macro