Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_regs.h387 #define E1000_ICTXPTC 0x0410C /* Interrupt Cause Tx Pkt Timer Expire Count */ macro
H A De1000_80003es2lan.c1447 E1000_READ_REG(hw, E1000_ICTXPTC); in e1000_clear_hw_cntrs_80003es2lan()
H A De1000_82571.c1905 E1000_READ_REG(hw, E1000_ICTXPTC); in e1000_clear_hw_cntrs_82571()
H A De1000_82575.c1953 E1000_READ_REG(hw, E1000_ICTXPTC); in e1000_clear_hw_cntrs_82575()
H A Dif_em.c4326 sc->stats.ictxptc += E1000_READ_REG(&sc->hw, E1000_ICTXPTC); in em_update_stats_counters()