Lines Matching defs:be_rx_stats
278 struct be_rx_stats { struct
279 u64 rx_bytes;
280 u64 rx_pkts;
281 u64 rx_vxlan_offload_pkts;
282 u32 rx_drops_no_skbs; /* skb allocation errors */
283 u32 rx_drops_no_frags; /* HW has no fetched frags */
284 u32 rx_post_fail; /* page post alloc failures */
285 u32 rx_compl;
286 u32 rx_mcast_pkts;
287 u32 rx_compl_err; /* completions with err set */
288 struct u64_stats_sync sync;