Home
last modified time | relevance | path

Searched refs:E1000_PRC1023 (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_82542.c522 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82542()
H A De1000_regs.h319 #define E1000_PRC1023 0x0406C /* Packets Rx (512-1023 bytes) - R/clr */ macro
H A De1000_82540.c626 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82540()
H A De1000_82541.c1220 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82541()
H A De1000_82543.c1509 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82543()
H A De1000_80003es2lan.c1465 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_80003es2lan()
H A De1000_82571.c1976 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82571()
H A De1000_82575.c1983 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82575()
/f-stack/dpdk/drivers/net/e1000/
H A Dem_ethdev.c913 stats->prc1023 += E1000_READ_REG(hw, E1000_PRC1023); in eth_em_stats_get()
H A Digb_ethdev.c1734 stats->prc1023 += E1000_READ_REG(hw, E1000_PRC1023); in igb_read_stats_registers()