Searched defs:igb_ring_container (Results 1 – 1 of 1) sorted by relevance
306 struct igb_ring_container { struct307 struct igb_ring *ring; /* pointer to linked list of rings */308 unsigned int total_bytes; /* total bytes processed this int */309 unsigned int total_packets; /* total packets processed this int */310 u16 work_limit; /* total work allowed per interrupt */311 u8 count; /* total number of rings in vector */312 u8 itr; /* current ITR setting for ring */