Searched defs:ixgbe_ring_container (Results 1 – 1 of 1) sorted by relevance
481 struct ixgbe_ring_container { struct482 struct ixgbe_ring *ring; /* pointer to linked list of rings */483 unsigned long next_update; /* jiffies value of last update */484 unsigned int total_bytes; /* total bytes processed this int */485 unsigned int total_packets; /* total packets processed this int */486 u16 work_limit; /* total work allowed per interrupt */487 u8 count; /* total number of rings in vector */511 struct ixgbe_ring_container rx, tx; argument