Home
last modified time | relevance | path

Searched refs:rlpic (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/igc/
H A Digc_hw.h295 u64 rlpic; member
H A Dif_igc.c3087 sc->stats.rlpic += IGC_READ_REG(&sc->hw, IGC_RLPIC); in igc_update_stats_counters()
3311 CTLFLAG_RD, &stats->rlpic, "RX LPI event count"); in igc_add_hw_stats()
/freebsd/sys/dev/e1000/
H A De1000_hw.h657 u64 rlpic; member
H A Dif_em.c7395 stats->rlpic += E1000_READ_REG(&sc->hw, E1000_RLPIC); in em_update_stats_counters()
7900 CTLFLAG_RD, &stats->rlpic, "RX LPI event count"); in em_add_hw_stats()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c2195 stats->rlpic += IXGBE_READ_REG(hw, IXGBE_RLPIC); in ixgbe_update_stats_counters()
3861 CTLFLAG_RD, &sc->stats.pf.rlpic, "RX LPI event count"); in ixgbe_add_device_sysctls()
H A Dixgbe_type.h3950 u64 rlpic; member