Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_regs.h382 #define E1000_IAC 0x04100 /* Interrupt Assertion Count */ macro
H A De1000_80003es2lan.c1515 E1000_READ_REG(hw, E1000_IAC); in e1000_clear_hw_cntrs_80003es2lan()
H A De1000_82571.c2015 E1000_READ_REG(hw, E1000_IAC); in e1000_clear_hw_cntrs_82571()
H A De1000_82575.c2107 E1000_READ_REG(hw, E1000_IAC); in e1000_clear_hw_cntrs_82575()
H A De1000_ich8lan.c6084 E1000_READ_REG(hw, E1000_IAC); in e1000_clear_hw_cntrs_ich8lan()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c3251 stats->iac += E1000_READ_REG(hw, E1000_IAC); in igb_update_stats_counters()