Searched defs:enetc_ring_stats (Results 1 – 1 of 1) sorted by relevance
61 struct enetc_ring_stats { struct62 unsigned int packets;63 unsigned int bytes;64 unsigned int rx_alloc_errs;65 unsigned int xdp_drops;66 unsigned int xdp_tx;67 unsigned int xdp_tx_drops;68 unsigned int xdp_redirect;69 unsigned int xdp_redirect_failures;70 unsigned int xdp_redirect_sg;[all …]