Searched refs:E1000_PRC64 (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_stat.c | 98 igb_ks->prc64.value.ul += E1000_READ_REG(hw, E1000_PRC64); in igb_update_stats()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82542.c | 548 E1000_READ_REG(hw, E1000_PRC64); in e1000_clear_hw_cntrs_82542()
|
H A D | e1000_regs.h | 334 #define E1000_PRC64 0x0405C /* Packets Rx (64 bytes) - R/clr */ macro
|
H A D | e1000_82540.c | 652 E1000_READ_REG(hw, E1000_PRC64); in e1000_clear_hw_cntrs_82540()
|
H A D | e1000_82541.c | 1249 E1000_READ_REG(hw, E1000_PRC64); in e1000_clear_hw_cntrs_82541()
|
H A D | e1000_82543.c | 1539 E1000_READ_REG(hw, E1000_PRC64); in e1000_clear_hw_cntrs_82543()
|
H A D | e1000_80003es2lan.c | 1492 E1000_READ_REG(hw, E1000_PRC64); in e1000_clear_hw_cntrs_80003es2lan()
|
H A D | e1000_82571.c | 1997 E1000_READ_REG(hw, E1000_PRC64); in e1000_clear_hw_cntrs_82571()
|
H A D | e1000_82575.c | 2085 E1000_READ_REG(hw, E1000_PRC64); in e1000_clear_hw_cntrs_82575()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 638 #define E1000_PRC64 0x0405C /* Packets RX (64 bytes) - R/clr */ macro 773 #define E1000_82542_PRC64 E1000_PRC64
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 322 {"FCRUC", E1000_FCRUC}, {"PRC64", E1000_PRC64}, in mac_dump()
|
H A D | e1000g_stat.c | 231 E1000_READ_REG(hw, E1000_PRC64); in e1000g_update_stats()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_e82545.c | 2021 case E1000_PRC64: in e82545_read_register()
|