Home
last modified time | relevance | path

Searched refs:glds_excoll (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dgld.h118 uint32_t glds_excoll; /* (e) dot3StatsExcessiveCollisions */ member
H A Dgldpriv.h305 kstat_named_t glds_excoll; member
/titanic_50/usr/src/uts/common/io/chxge/
H A Dch.c1648 gs->glds_excoll = xcollisions; in ch_get_stats()
/titanic_50/usr/src/uts/common/io/
H A Dgldutil.c113 kstat_named_init(&sp->glds_excoll, "ex_collisions", KSTAT_DATA_ULONG); in gld_init_ether()
H A Dgld.c1095 gsp->glds_excoll.value.ul = stats->glds_excoll; in gld_update_kstat()