Home
last modified time | relevance | path

Searched refs:E1000_PTC511 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/e1000/
H A De1000_82542.c557 E1000_READ_REG(hw, E1000_PTC511); in e1000_clear_hw_cntrs_82542()
H A De1000_regs.h376 #define E1000_PTC511 0x040E4 /* Packets Tx (256-511 bytes) - R/clr */ macro
H A De1000_82540.c661 E1000_READ_REG(hw, E1000_PTC511); in e1000_clear_hw_cntrs_82540()
H A De1000_82541.c1258 E1000_READ_REG(hw, E1000_PTC511); in e1000_clear_hw_cntrs_82541()
H A De1000_82543.c1548 E1000_READ_REG(hw, E1000_PTC511); in e1000_clear_hw_cntrs_82543()
H A De1000_80003es2lan.c1427 E1000_READ_REG(hw, E1000_PTC511); in e1000_clear_hw_cntrs_80003es2lan()
H A De1000_82571.c1885 E1000_READ_REG(hw, E1000_PTC511); in e1000_clear_hw_cntrs_82571()
H A De1000_82575.c1933 E1000_READ_REG(hw, E1000_PTC511); in e1000_clear_hw_cntrs_82575()
H A Dif_em.c4315 sc->stats.ptc511 += E1000_READ_REG(&sc->hw, E1000_PTC511); in em_update_stats_counters()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c2056 case E1000_PTC511: in e82545_read_register()