Searched refs:SRB_WATCHDOG_ENABLED (Results 1 – 3 of 3) sorted by relevance
1536 if (sp->flags & SRB_WATCHDOG_ENABLED) { in ql_fast_fcp_post()1538 sp->flags &= ~SRB_WATCHDOG_ENABLED; in ql_fast_fcp_post()3531 if (srb->flags & SRB_WATCHDOG_ENABLED) { in ql_els_passthru_entry()3536 srb->flags &= ~SRB_WATCHDOG_ENABLED; in ql_els_passthru_entry()
3410 SRB_POLL | SRB_WATCHDOG_ENABLED | SRB_UB_CALLBACK | in ql_transport()4109 if (sp->flags & SRB_WATCHDOG_ENABLED) { in ql_abort()4111 sp->flags &= ~SRB_WATCHDOG_ENABLED; in ql_abort()7878 if (sp->flags & SRB_WATCHDOG_ENABLED) { in ql_start_cmd()8284 (sp->flags & SRB_WATCHDOG_ENABLED && in ql_done()8295 (sp->flags & SRB_WATCHDOG_ENABLED && in ql_done()8317 if (sp->flags & SRB_WATCHDOG_ENABLED) { in ql_done()8319 sp->flags &= ~SRB_WATCHDOG_ENABLED; in ql_done()10249 sp->flags |= SRB_WATCHDOG_ENABLED; in ql_timeout_insert()10393 sp->flags &= ~(SRB_WATCHDOG_ENABLED | in ql_wdg_tq_list()[all …]
1337 #define SRB_WATCHDOG_ENABLED BIT_4 /* Command on watchdog list. */ macro