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_api.c3154 SRB_POLL | SRB_WATCHDOG_ENABLED | SRB_ABORT | SRB_UB_CALLBACK |
3736 sp->flags |= SRB_POLL;
7445 sp->flags |= SRB_POLL;
7473 sp->flags |= SRB_POLL;
7479 if (sp->flags & SRB_POLL) {
7497 if (ddi_in_panic() && (sp->flags & SRB_POLL)) {
7580 sp->flags &= ~SRB_POLL;
7614 while (sp->flags & SRB_POLL) {
8005 if (sp->flags & SRB_POLL) {
8006 sp->flags &= ~SRB_POLL;
[all...]
H A Dql_isr.c1504 if (sp->flags & SRB_POLL) {
1505 sp->flags &= ~SRB_POLL;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1178 #define SRB_POLL BIT_3 /* Poll for completion. */ macro

Completed in 285 milliseconds