Home
last modified time | relevance | path

Searched refs:gor (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c147 uint64_t gor = 0; in ixgbe_read_gor_value() local
152 gor = IXGBE_READ_REG(hw, IXGBE_GORC); in ixgbe_read_gor_value()
158 gor = (hi << 32) + lo; in ixgbe_read_gor_value()
162 return (gor); in ixgbe_read_gor_value()
233 ixgbe_ks->gor.value.ui64 += ixgbe_read_gor_value(hw); in ixgbe_update_stats()
371 kstat_named_init(&ixgbe_ks->gor, "good_octets_recvd", in ixgbe_init_stats()
H A Dixgbe_sw.h813 kstat_named_t gor; /* Good Octets Received Count */ member
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_stat.c118 igb_ks->gor.value.ui64 += (uint64_t)val_high << 32 | (uint64_t)val_low; in igb_update_stats()
203 kstat_named_init(&igb_ks->gor, "good_octets_recvd", in igb_init_stats()
H A Digb_sw.h799 kstat_named_t gor; /* Good Octets Received Count */ member