Searched defs:be_rx_stats (Results 1 – 1 of 1) sorted by relevance
207 struct be_rx_stats { struct208 u64 rx_bytes;209 u64 rx_pkts;210 u64 rx_pkts_prev;211 ulong rx_jiffies;212 u32 rx_drops_no_skbs; /* skb allocation errors */213 u32 rx_drops_no_frags; /* HW has no fetched frags */214 u32 rx_post_fail; /* page post alloc failures */215 u32 rx_polls; /* NAPI calls */216 u32 rx_events;[all …]