Searched refs:KS_NAME (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_kstats.c | 48 #define KS_NAME(s) { KS_ ## s, #s } macro 51 KS_NAME(ifHCInOctets), 52 KS_NAME(etherStatsFragments), 53 KS_NAME(ifHCInUcastPkts), 54 KS_NAME(ifHCInMulticastPkts), 55 KS_NAME(ifHCInBroadcastPkts), 56 KS_NAME(dot3StatsFCSErrors), 57 KS_NAME(dot3StatsAlignmentErrors), 58 KS_NAME(xonPauseFramesReceived), 59 KS_NAME(xoffPauseFramesReceive [all...] |
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_kstats.c | 36 #define KS_NAME(s) { KS_ ## s, #s } macro 40 KS_NAME(ifHOutOctets), 41 KS_NAME(ifHOutZeroRetranCount), 42 KS_NAME(ifHOutOneRetranCount), 43 KS_NAME(ifHOutMoreRetranCount), 44 KS_NAME(ifHOutColCount), 45 KS_NAME(ifHOutFifoovCount), 46 KS_NAME(ifHOutLOCCount), 47 KS_NAME(ifHOutExDecCount), 48 KS_NAME(ifHOutRetryCoun [all...] |
Completed in 44 milliseconds