Home
last modified time | relevance | path

Searched defs:be_rx_stats (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe.h262 struct be_rx_stats { struct
263 u64 rx_bytes;
264 u64 rx_pkts;
265 u64 rx_vxlan_offload_pkts;
266 u32 rx_drops_no_skbs; /* skb allocation errors */
267 u32 rx_drops_no_frags; /* HW has no fetched frags */
268 u32 rx_post_fail; /* page post alloc failures */
269 u32 rx_compl;
270 u32 rx_mcast_pkts;
271 u32 rx_compl_err; /* completions with err set */
[all …]