Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/io/rge/
H A Drge.h512 #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()
/onnv-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()
/onnv-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h975 #define PROGRESS_KSTATS 0x2000 /* kstats created */ macro
H A Dbge_chip2.c3234 if (bgep->progress & PROGRESS_KSTATS) { in bge_chip_stop()
3236 bgep->progress &= ~PROGRESS_KSTATS; in bge_chip_stop()
4786 if (!(bgep->progress & PROGRESS_KSTATS)) { in bge_chip_factotum()
4789 bgep->progress |= PROGRESS_KSTATS; in bge_chip_factotum()
H A Dbge_main2.c2964 if (bgep->progress & PROGRESS_KSTATS)
3474 bgep->progress |= PROGRESS_KSTATS;