Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/e1000/
De1000_regs.h386 #define E1000_ICRXPTC 0x04104 /* Interrupt Cause Rx Pkt Timer Expire Count */ macro
De1000_80003es2lan.c1446 E1000_READ_REG(hw, E1000_ICRXPTC); in e1000_clear_hw_cntrs_80003es2lan()
De1000_82571.c1904 E1000_READ_REG(hw, E1000_ICRXPTC); in e1000_clear_hw_cntrs_82571()
De1000_82575.c1952 E1000_READ_REG(hw, E1000_ICRXPTC); in e1000_clear_hw_cntrs_82575()
Dif_em.c4253 sc->stats.icrxptc += E1000_READ_REG(&sc->hw, E1000_ICRXPTC); in em_update_stats_counters()