Searched defs:enetc_ring_stats (Results 1 – 1 of 1) sorted by relevance
85 struct enetc_ring_stats { struct86 unsigned int packets;87 unsigned int bytes;88 unsigned int rx_alloc_errs;89 unsigned int xdp_drops;90 unsigned int xdp_tx;91 unsigned int xdp_tx_drops;92 unsigned int xdp_redirect;93 unsigned int xdp_redirect_failures;94 unsigned int recycles;[all …]