Searched defs:gve_rx_ring (Results 1 – 1 of 1) sorted by relevance
159 struct gve_rx_ring { struct160 struct gve_priv *gve;161 union {207 u64 rbytes; /* free-running bytes received */208 u64 rpackets; /* free-running packets received */209 u32 cnt; /* free-running total number of completed packets */211 u32 mask; /* masks the cnt and fill_cnt to the size of the ring */214 u64 rx_skb_alloc_fail; /* free-running count of skb alloc fails */220 u32 q_num; /* queue index */221 u32 ntfy_id; /* notification block index */[all …]
Completed in 23 milliseconds