Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_regs.h369 #define E1000_BPTC 0x040F4 /* Broadcast Packets Tx Count - R/clr */ macro
H A De1000_mac.c698 E1000_READ_REG(hw, E1000_BPTC); in e1000_clear_hw_cntrs_base_generic()
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h673 #define E1000_BPTC 0x040F4 /* Broadcast Packets TX Count - R/clr */ macro
808 #define E1000_82542_BPTC E1000_BPTC
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c340 {"BPTC", E1000_BPTC}, {"TSCTC", E1000_TSCTC}, in mac_dump()
H A De1000g_stat.c354 E1000_READ_REG(hw, E1000_BPTC); in e1000g_m_stat()
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_gld.c74 igb->stat_bptc += E1000_READ_REG(hw, E1000_BPTC); in igb_m_stat()