Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
320 regno = KS_BASE + KS_ifHInLenErrCount * sizeof (uint32_t); in nge_m_stat()
335 regno = KS_BASE + KS_ifHOutLOCCount * sizeof (uint32_t); in nge_m_stat()
337 regno = KS_BASE + KS_ifHOutExDecCount * sizeof (uint32_t); in nge_m_stat()
339 regno = KS_BASE + KS_ifHOutRetryCount * sizeof (uint32_t); in nge_m_stat()
348 regno = KS_BASE + KS_ifHOutColCount * sizeof (uint32_t); in nge_m_stat()
400 regno = KS_BASE + KS_ifHOutColCount * 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.c996 regno = KS_BASE + ksip->index * sizeof (uint32_t); in nge_chip_reset()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_hw.h2006 #define KS_BASE 0x300 macro
2007 #define KS_ADDR(x) (((x)-KS_BASE)/sizeof (uint64_t))