Home
last modified time | relevance | path

Searched refs:E1000_RJC (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_regs.h352 #define E1000_RJC 0x040B0 /* Rx Jabber Count - R/clr */ macro
H A De1000_mac.c690 E1000_READ_REG(hw, E1000_RJC); in e1000_clear_hw_cntrs_base_generic()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h656 #define E1000_RJC 0x040B0 /* RX Jabber Count - R/clr */ macro
791 #define E1000_82542_RJC E1000_RJC
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c331 {"ROC", E1000_ROC}, {"RJC", E1000_RJC}, in mac_dump()
H A De1000g_stat.c516 E1000_READ_REG(hw, E1000_RJC); in e1000g_m_stat()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c363 igb->stat_rjc += E1000_READ_REG(hw, E1000_RJC); in igb_m_stat()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_e82545.c2130 case E1000_RJC: in e82545_read_register()