Home
last modified time | relevance | path

Searched refs:HV_STATS_PAGE (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_ich8lan.h139 #define HV_STATS_PAGE 778 macro
141 #define HV_SCC_UPPER PHY_REG(HV_STATS_PAGE, 16) /* Single Collision */
142 #define HV_SCC_LOWER PHY_REG(HV_STATS_PAGE, 17)
144 #define HV_ECOL_LOWER PHY_REG(HV_STATS_PAGE, 19)
146 #define HV_MCC_LOWER PHY_REG(HV_STATS_PAGE, 21)
148 #define HV_LATECOL_LOWER PHY_REG(HV_STATS_PAGE, 24)
149 #define HV_COLC_UPPER PHY_REG(HV_STATS_PAGE, 25) /* Collision */
150 #define HV_COLC_LOWER PHY_REG(HV_STATS_PAGE, 26)
151 #define HV_DC_UPPER PHY_REG(HV_STATS_PAGE, 27) /* Defer Count */
152 #define HV_DC_LOWER PHY_REG(HV_STATS_PAGE, 28)
[all …]
H A De1000_ich8lan.c6035 HV_STATS_PAGE << IGP_PAGE_SHIFT); in e1000_clear_hw_cntrs_ich8lan()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_ich8lan.h138 #define HV_STATS_PAGE 778 macro
140 #define HV_SCC_UPPER PHY_REG(HV_STATS_PAGE, 16) /* Single Collision */
141 #define HV_SCC_LOWER PHY_REG(HV_STATS_PAGE, 17)
143 #define HV_ECOL_LOWER PHY_REG(HV_STATS_PAGE, 19)
145 #define HV_MCC_LOWER PHY_REG(HV_STATS_PAGE, 21)
147 #define HV_LATECOL_LOWER PHY_REG(HV_STATS_PAGE, 24)
148 #define HV_COLC_UPPER PHY_REG(HV_STATS_PAGE, 25) /* Collision */
149 #define HV_COLC_LOWER PHY_REG(HV_STATS_PAGE, 26)
150 #define HV_DC_UPPER PHY_REG(HV_STATS_PAGE, 27) /* Defer Count */
151 #define HV_DC_LOWER PHY_REG(HV_STATS_PAGE, 28)
[all …]