Home
last modified time | relevance | path

Searched refs:E1000_PRC511 (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_stat.c101 igb_ks->prc511.value.ul += E1000_READ_REG(hw, E1000_PRC511); in igb_update_stats()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82542.c551 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82542()
H A De1000_regs.h337 #define E1000_PRC511 0x04068 /* Packets Rx (255-511 bytes) - R/clr */ macro
H A De1000_82540.c655 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82540()
H A De1000_82541.c1252 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82541()
H A De1000_82543.c1542 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82543()
H A De1000_80003es2lan.c1495 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_80003es2lan()
H A De1000_82571.c2000 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82571()
H A De1000_82575.c2088 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82575()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h641 #define E1000_PRC511 0x04068 /* Packets RX (255-511 bytes) - R/clr */ macro
776 #define E1000_82542_PRC511 E1000_PRC511
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c324 {"PRC511", E1000_PRC511}, {"PRC1023", E1000_PRC1023}, in mac_dump()
H A De1000g_stat.c237 E1000_READ_REG(hw, E1000_PRC511); in e1000g_update_stats()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c2031 case E1000_PRC511: in e82545_read_register()