Lines Matching defs:be_rx_stats
258 struct be_rx_stats { struct
259 u64 rx_bytes;
260 u64 rx_pkts;
261 u64 rx_vxlan_offload_pkts;
262 u32 rx_drops_no_skbs; /* skb allocation errors */
263 u32 rx_drops_no_frags; /* HW has no fetched frags */
264 u32 rx_post_fail; /* page post alloc failures */
265 u32 rx_compl;
266 u32 rx_mcast_pkts;
267 u32 rx_compl_err; /* completions with err set */
268 struct u64_stats_sync sync;