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