Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe.c1745 IXGBE_EVC_ADD(&stats->gptc, IXGBE_READ_REG(hw, IXGBE_GPTC) - total); in ixgbe_update_stats_counters()
2116 evcnt_attach_dynamic(&stats->gptc, EVCNT_TYPE_MISC, NULL, in ixgbe_add_hw_stats()
2260 IXGBE_EVC_STORE(&stats->gptc, 0); in ixgbe_clear_evcnt()
3868 evcnt_detach(&stats->gptc); in ixgbe_detach()
H A Dixgbe_type.h3947 struct evcnt gptc; member