Home
last modified time | relevance | path

Searched refs:PROGRESS_READY (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h514 #define PROGRESS_READY 0x8000 /* ready for work */ macro
H A Drge_main.c1441 rgep->progress &= ~PROGRESS_READY; in rge_unattach()
1849 rgep->progress |= PROGRESS_READY; in rge_attach()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h106 #define PROGRESS_READY 0x0800 /* ready for work */ macro
H A Dnge_main.c2241 ngep->progress &= ~PROGRESS_READY; in nge_unattach()
2552 ngep->progress |= PROGRESS_READY; in nge_attach()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h1010 #define PROGRESS_READY 0x8000 /* ready for work */ macro
H A Dbge_main2.c3258 bgep->progress &= ~PROGRESS_READY;
4092 bgep->progress |= PROGRESS_READY;
H A Dbge_chip2.c3768 bgep->progress &= ~PROGRESS_READY; in bge_chip_stop_nonblocking()