Lines Matching refs:ice_dcf_eth_stats
54 {"rx_bytes", offsetof(struct ice_dcf_eth_stats, rx_bytes)},
55 {"rx_unicast_packets", offsetof(struct ice_dcf_eth_stats, rx_unicast)},
56 {"rx_multicast_packets", offsetof(struct ice_dcf_eth_stats, rx_multicast)},
57 {"rx_broadcast_packets", offsetof(struct ice_dcf_eth_stats, rx_broadcast)},
58 {"rx_dropped_packets", offsetof(struct ice_dcf_eth_stats, rx_discards)},
59 {"rx_unknown_protocol_packets", offsetof(struct ice_dcf_eth_stats,
61 {"tx_bytes", offsetof(struct ice_dcf_eth_stats, tx_bytes)},
62 {"tx_unicast_packets", offsetof(struct ice_dcf_eth_stats, tx_unicast)},
63 {"tx_multicast_packets", offsetof(struct ice_dcf_eth_stats, tx_multicast)},
64 {"tx_broadcast_packets", offsetof(struct ice_dcf_eth_stats, tx_broadcast)},
65 {"tx_dropped_packets", offsetof(struct ice_dcf_eth_stats, tx_discards)},
66 {"tx_error_packets", offsetof(struct ice_dcf_eth_stats, tx_errors)},