Searched refs:E1000_PRC511 (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/sys/dev/e1000/ |
| HD | e1000_82542.c | 551 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82542()
|
| HD | e1000_regs.h | 337 #define E1000_PRC511 0x04068 /* Packets Rx (255-511 bytes) - R/clr */ macro
|
| HD | e1000_82540.c | 655 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82540()
|
| HD | e1000_82541.c | 1252 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82541()
|
| HD | e1000_82543.c | 1542 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82543()
|
| HD | e1000_80003es2lan.c | 1495 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_80003es2lan()
|
| HD | e1000_82571.c | 2000 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82571()
|
| HD | e1000_82575.c | 2087 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82575()
|
| HD | if_lem.c | 4437 adapter->stats.prc511 += E1000_READ_REG(&adapter->hw, E1000_PRC511); in lem_update_stats_counters()
|
| HD | if_em.c | 5595 adapter->stats.prc511 += E1000_READ_REG(&adapter->hw, E1000_PRC511); in em_update_stats_counters()
|
| HD | if_igb.c | 5729 stats->prc511 += E1000_READ_REG(hw, E1000_PRC511);
|
| /freebsd-11-stable/usr.sbin/bhyve/ |
| HD | pci_e82545.c | 1968 case E1000_PRC511: in e82545_read_register()
|