Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe.h273 struct be_rx_stats { struct
274 u64 rx_bytes;
275 u64 rx_pkts;
276 u32 rx_drops_no_skbs; /* skb allocation errors */
277 u32 rx_drops_no_frags; /* HW has no fetched frags */
278 u32 rx_post_fail; /* page post alloc failures */
279 u32 rx_compl;
280 u32 rx_mcast_pkts;
281 u32 rx_compl_err; /* completions with err set */
282 struct u64_stats_sync sync;