Searched defs:enetc_ring_stats (Results 1 – 1 of 1) sorted by relevance
98 struct enetc_ring_stats { struct99 unsigned long packets;100 unsigned long bytes;101 unsigned long rx_alloc_errs;102 unsigned long xdp_drops;103 unsigned long xdp_tx;104 unsigned long xdp_tx_drops;105 unsigned long xdp_redirect;106 unsigned long xdp_redirect_failures;107 unsigned long recycles;[all …]