Searched refs:SRB_POLL (Results 1 – 3 of 3) sorted by relevance
1504 if (sp->flags & SRB_POLL) { in ql_fast_fcp_post()1505 sp->flags &= ~SRB_POLL; in ql_fast_fcp_post()
3154 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()
1178 #define SRB_POLL BIT_3 /* Poll for completion. */ macro