Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_regs.h341 #define E1000_BPRC 0x04078 /* Broadcast Packets Rx Count - R/clr */ macro
H A De1000_mac.c679 E1000_READ_REG(hw, E1000_BPRC); in e1000_clear_hw_cntrs_base_generic()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h645 #define E1000_BPRC 0x04078 /* Broadcast Packets RX Count - R/clr */ macro
780 #define E1000_82542_BPRC E1000_BPRC
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c326 {"BPRC", E1000_BPRC}, {"MPRC", E1000_MPRC}, in mac_dump()
H A De1000g_stat.c342 E1000_READ_REG(hw, E1000_BPRC); in e1000g_m_stat()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c65 igb->stat_bprc += E1000_READ_REG(hw, E1000_BPRC); in igb_m_stat()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c2043 case E1000_BPRC: in e82545_read_register()