Home
last modified time | relevance | path

Searched refs:FCOE_WORKER_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe.c1157 w->worker_flags |= FCOE_WORKER_STARTED | FCOE_WORKER_ACTIVE; in fcoe_worker_frame()
1178 w->worker_flags &= ~FCOE_WORKER_ACTIVE; in fcoe_worker_frame()
1180 w->worker_flags |= FCOE_WORKER_ACTIVE; in fcoe_worker_frame()
1182 w->worker_flags &= ~(FCOE_WORKER_STARTED | FCOE_WORKER_ACTIVE); in fcoe_worker_frame()
1198 if ((w->worker_flags & FCOE_WORKER_ACTIVE) == 0) { in fcoe_post_frame()
H A Dfcoe.h202 #define FCOE_WORKER_ACTIVE 0x04 macro