Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h504 #define PROGRESS_CFG 0x0001 /* config space mapped */ macro
H A Drge_main.c1490 if (rgep->progress & PROGRESS_CFG) in rge_unattach()
1634 rgep->progress |= PROGRESS_CFG; in rge_attach()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h94 #define PROGRESS_CFG 0x0001 /* config space mapped */ macro
H A Dnge_main.c2290 if (ngep->progress & PROGRESS_CFG) in nge_unattach()
2445 ngep->progress |= PROGRESS_CFG; in nge_attach()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h999 #define PROGRESS_CFG 0x0001 /* config space mapped */ macro
H A Dbge_main2.c3321 if (bgep->progress & PROGRESS_CFG)
3783 bgep->progress |= PROGRESS_CFG;