Home
last modified time | relevance | path

Searched refs:PROGRESS_NDD (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h512 #define PROGRESS_NDD 0x1000 /* NDD parameters set up */ macro
H A Drge_main.c1482 if (rgep->progress & PROGRESS_NDD) in rge_unattach()
1678 rgep->progress |= PROGRESS_NDD; in rge_attach()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h104 #define PROGRESS_NDD 0x0200 /* NDD parameters set up */ macro
H A Dnge_main.c2515 ngep->progress |= PROGRESS_NDD; in nge_attach()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h1008 #define PROGRESS_NDD 0x1000 /* NDD parameters set up */ macro
H A Dbge_main2.c4043 bgep->progress |= PROGRESS_NDD;