Home
last modified time | relevance | path

Searched refs:SRB_WATCHDOG_ENABLED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1536 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()
H A Dql_api.c3410 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 …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1337 #define SRB_WATCHDOG_ENABLED BIT_4 /* Command on watchdog list. */ macro