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);
290 regno = KS_BASE + KS_ifHInMulPksCount * sizeof (uint32_t);
296 regno = KS_BASE + KS_ifHInBroadPksCount * sizeof (uint32_t);
306 regno = KS_BASE + KS_ifHInFrameErrCount * sizeof (uint32_t);
308 regno = KS_BASE + KS_ifHInExtraOctErrCount * sizeof (uint32_t);
310 regno = KS_BASE + KS_ifHInLColErrCount * sizeof (uint32_t);
312 regno = KS_BASE + KS_ifHInOversizeErrCount * sizeof (uint32_t);
314 regno = KS_BASE + KS_ifHInFovErrCount * sizeof (uint32_t);
316 regno = KS_BASE + KS_ifHInFCSErrCount * sizeof (uint32_t);
318 regno = KS_BASE
[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);
/illumos-gate/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))

Completed in 89 milliseconds