Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1565 if (sp->flags & SRB_POLL) { in ql_fast_fcp_post()
1566 sp->flags &= ~SRB_POLL; in ql_fast_fcp_post()
H A Dql_api.c3410 SRB_POLL | SRB_WATCHDOG_ENABLED | SRB_UB_CALLBACK | in ql_transport()
7843 sp->flags |= SRB_POLL; in ql_start_cmd()
7871 sp->flags |= SRB_POLL; in ql_start_cmd()
7877 if (sp->flags & SRB_POLL) { in ql_start_cmd()
7895 if (ddi_in_panic() && (sp->flags & SRB_POLL)) { in ql_start_cmd()
7973 sp->flags &= ~SRB_POLL; in ql_start_cmd()
8008 while (sp->flags & SRB_POLL) { in ql_poll_cmd()
8431 if (sp->flags & SRB_POLL) { in ql_done()
8432 sp->flags &= ~SRB_POLL; in ql_done()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1335 #define SRB_POLL BIT_3 /* Poll for completion. */ macro