Lines Matching refs:XRS700X_MIB
51 #define XRS700X_MIB(o, n, m) {o, n, offsetof(struct rtnl_link_stats64, m)} macro
54 XRS700X_MIB(XRS_RX_GOOD_OCTETS_L, "rx_good_octets", rx_bytes),
56 XRS700X_MIB(XRS_RX_UNICAST_L, "rx_unicast", rx_packets),
57 XRS700X_MIB(XRS_RX_BROADCAST_L, "rx_broadcast", rx_packets),
58 XRS700X_MIB(XRS_RX_MULTICAST_L, "rx_multicast", multicast),
59 XRS700X_MIB(XRS_RX_UNDERSIZE_L, "rx_undersize", rx_length_errors),
60 XRS700X_MIB(XRS_RX_FRAGMENTS_L, "rx_fragments", rx_length_errors),
61 XRS700X_MIB(XRS_RX_OVERSIZE_L, "rx_oversize", rx_length_errors),
62 XRS700X_MIB(XRS_RX_JABBER_L, "rx_jabber", rx_length_errors),
63 XRS700X_MIB(XRS_RX_ERR_L, "rx_err", rx_errors),
64 XRS700X_MIB(XRS_RX_CRC_L, "rx_crc", rx_crc_errors),
74 XRS700X_MIB(XRS_TX_OCTETS_L, "tx_octets", tx_bytes),
75 XRS700X_MIB(XRS_TX_UNICAST_L, "tx_unicast", tx_packets),
76 XRS700X_MIB(XRS_TX_BROADCAST_L, "tx_broadcast", tx_packets),
77 XRS700X_MIB(XRS_TX_MULTICAST_L, "tx_multicast", tx_packets),
79 XRS700X_MIB(XRS_PRIQ_DROP_L, "priq_drop", tx_dropped),
80 XRS700X_MIB(XRS_EARLY_DROP_L, "early_drop", tx_dropped),