Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1504 if (sp->flags & SRB_POLL) { in ql_fast_fcp_post()
1505 sp->flags &= ~SRB_POLL; in ql_fast_fcp_post()
H A Dql_api.c3154 SRB_POLL | SRB_WATCHDOG_ENABLED | SRB_ABORT | SRB_UB_CALLBACK | in ql_transport()
3736 sp->flags |= SRB_POLL; in ql_abort()
7445 sp->flags |= SRB_POLL; in ql_start_cmd()
7473 sp->flags |= SRB_POLL; in ql_start_cmd()
7479 if (sp->flags & SRB_POLL) { in ql_start_cmd()
7497 if (ddi_in_panic() && (sp->flags & SRB_POLL)) { in ql_start_cmd()
7580 sp->flags &= ~SRB_POLL; in ql_start_cmd()
7614 while (sp->flags & SRB_POLL) { in ql_poll_cmd()
8005 if (sp->flags & SRB_POLL) { in ql_done()
8006 sp->flags &= ~SRB_POLL; in ql_done()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1178 #define SRB_POLL BIT_3 /* Poll for completion. */ macro