Searched refs:RX_SRS_STAT_OFF (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_stat.c | 251 #define RX_SRS_STAT_OFF(f) (offsetof(mac_rx_stats_t, f)) macro 253 {RX_SRS_STAT_OFF(mrs_lclbytes)}, 254 {RX_SRS_STAT_OFF(mrs_lclcnt)}, 255 {RX_SRS_STAT_OFF(mrs_pollcnt)}, 256 {RX_SRS_STAT_OFF(mrs_pollbytes)}, 257 {RX_SRS_STAT_OFF(mrs_intrcnt)}, 258 {RX_SRS_STAT_OFF(mrs_intrbytes)}, 259 {RX_SRS_STAT_OFF(mrs_sdrops)}, 260 {RX_SRS_STAT_OFF(mrs_chaincntundr10)}, 261 {RX_SRS_STAT_OFF(mrs_chaincnt10to50)}, [all …]
|