Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/emulex/benet/
Dbe.h207 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;
[all …]