Home
last modified time | relevance | path

Searched refs:KS_BASE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/nge/
H A Dnge_kstats.c88 regno = KS_BASE + ksip->index * sizeof (uint32_t); in nge_statistics_update()
290 regno = KS_BASE + KS_ifHInMulPksCount * sizeof (uint32_t); in nge_m_stat()
296 regno = KS_BASE + KS_ifHInBroadPksCount * sizeof (uint32_t); in nge_m_stat()
306 regno = KS_BASE + KS_ifHInFrameErrCount * sizeof (uint32_t); in nge_m_stat()
308 regno = KS_BASE + KS_ifHInExtraOctErrCount * sizeof (uint32_t); in nge_m_stat()
310 regno = KS_BASE + KS_ifHInLColErrCount * sizeof (uint32_t); in nge_m_stat()
312 regno = KS_BASE + KS_ifHInOversizeErrCount * sizeof (uint32_t); in nge_m_stat()
314 regno = KS_BASE + KS_ifHInFovErrCount * sizeof (uint32_t); in nge_m_stat()
316 regno = KS_BASE + KS_ifHInFCSErrCount * sizeof (uint32_t); in nge_m_stat()
318 regno = KS_BASE + KS_ifHInAlignErrCount * sizeof (uint32_t); in nge_m_stat()
[all …]
H A Dnge_chip.h1243 #define KS_BASE 0x0280 macro
1244 #define KS_ADDR(x) (((x)-KS_BASE)/sizeof (uint32_t))
H A Dnge_chip.c991 regno = KS_BASE + ksip->index * sizeof (uint32_t); in nge_chip_reset()
/titanic_44/usr/src/uts/common/io/bge/
H A Dbge_hw.h1964 #define KS_BASE 0x300 macro
1965 #define KS_ADDR(x) (((x)-KS_BASE)/sizeof (uint64_t))