Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h513 #define PROGRESS_KSTATS 0x2000 /* kstats created */ macro
H A Drge_main.c1453 if (rgep->progress & PROGRESS_KSTATS) in rge_unattach()
1820 rgep->progress |= PROGRESS_KSTATS; in rge_attach()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h105 #define PROGRESS_KSTATS 0x0400 /* kstats created */ macro
H A Dnge_main.c2253 if (ngep->progress & PROGRESS_KSTATS) in nge_unattach()
2521 ngep->progress |= PROGRESS_KSTATS; in nge_attach()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h1009 #define PROGRESS_KSTATS 0x2000 /* kstats created */ macro
H A Dbge_chip2.c3860 if (bgep->progress & PROGRESS_KSTATS) { in bge_chip_stop()
3862 bgep->progress &= ~PROGRESS_KSTATS; in bge_chip_stop()
5514 if (!(bgep->progress & PROGRESS_KSTATS)) { in bge_chip_factotum()
5517 bgep->progress |= PROGRESS_KSTATS; in bge_chip_factotum()
H A Dbge_main2.c3269 if (bgep->progress & PROGRESS_KSTATS)
4049 bgep->progress |= PROGRESS_KSTATS;