Lines Matching defs:be_rx_stats
207 struct be_rx_stats { struct
208 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;
217 u32 rx_compl;
218 u32 rx_mcast_pkts;
219 u32 rx_compl_err; /* completions with err set */
220 u32 rx_pps; /* pkts per second */
221 struct u64_stats_sync sync;