Home
last modified time | relevance | path

Searched refs:ice_dcf_eth_stats (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c54 {"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)},
65 {"tx_dropped_packets", offsetof(struct ice_dcf_eth_stats, tx_discards)},
[all …]
H A Dice_dcf.h83 struct ice_dcf_eth_stats { struct