Searched defs:gve_rx_ring (Results 1 – 1 of 1) sorted by relevance
167 struct gve_rx_ring { struct168 struct gve_priv *gve;169 union {219 u64 rbytes; /* free-running bytes received */220 u64 rpackets; /* free-running packets received */221 u32 cnt; /* free-running total number of completed packets */223 u32 mask; /* masks the cnt and fill_cnt to the size of the ring */226 u64 rx_skb_alloc_fail; /* free-running count of skb alloc fails */234 u32 q_num; /* queue index */235 u32 ntfy_id; /* notification block index */[all …]
Completed in 8 milliseconds