Searched refs:HSTAT (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 233 HSTAT(erip, brdcstrcv); \ 235 HSTAT(erip, multircv); \ 240 HSTAT(erip, brdcstxmt); \ 242 HSTAT(erip, multixmt); \ 261 HSTAT(erip, ipackets64); \ 290 HSTAT(erip, ipackets64); \ 2048 HSTAT(erip, rx_inits); in eri_init_rx_channel() 2112 HSTAT(erip, rx_inits); in eri_init_rx() 2162 HSTAT(erip, tx_inits); in eri_init_txmac() 2276 HSTAT(erip, inits); in eri_init() [all …]
|
H A D | eri.h | 168 #define HSTAT(erip, x) erip->stats.x++; macro
|