Home
last modified time | relevance | path

Searched refs:Gorh (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_stat.c85 e1000g_ksp->Gorh.value.ul++; in e1000_tbi_adjust_stats()
278 val = (uint64_t)e1000g_ksp->Gorh.value.ul << 32 | in e1000g_update_stats()
282 e1000g_ksp->Gorh.value.ul = (uint32_t)(val >> 32); in e1000g_update_stats()
792 kstat_named_init(&e1000g_ksp->Gorh, "Good_Octets_Recvd_Hi", in e1000g_init_stats()
H A De1000g_sw.h673 kstat_named_t Gorh; /* Good Octets Recvd Hi Count */ member