Searched defs:igc_ring_container (Results 1 – 1 of 1) sorted by relevance
132 struct igc_ring_container { struct133 struct igc_ring *ring; /* pointer to linked list of rings */134 unsigned int total_bytes; /* total bytes processed this int */135 unsigned int total_packets; /* total packets processed this int */136 u16 work_limit; /* total work allowed per interrupt */137 u8 count; /* total number of rings in vector */138 u8 itr; /* current ITR setting for ring */