Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dgld.h126 uint32_t glds_xmtlatecoll; /* (e) dot3StatsLateCollisions */ member
H A Dgldpriv.h300 kstat_named_t glds_xmtlatecoll; member
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c1650 gs->glds_xmtlatecoll = late; in ch_get_stats()
/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c109 kstat_named_init(&sp->glds_xmtlatecoll, "tx_late_collisions", in gld_init_ether()
H A Dgld.c1070 gsp->glds_xmtlatecoll.value.ul = stats->glds_xmtlatecoll; in gld_update_kstat()