Searched defs:be_rx_stats (Results 1 – 1 of 1) sorted by relevance
221 struct be_rx_stats { struct222 u64 rx_bytes;223 u64 rx_pkts;224 u64 rx_pkts_prev;225 ulong rx_jiffies;226 u32 rx_drops_no_skbs; /* skb allocation errors */227 u32 rx_drops_no_frags; /* HW has no fetched frags */228 u32 rx_post_fail; /* page post alloc failures */229 u32 rx_compl;230 u32 rx_mcast_pkts;[all …]