Searched defs:ixgbe_ring_container (Results 1 – 2 of 2) sorted by relevance
430 struct ixgbe_ring_container { struct431 struct ixgbe_ring *ring; /* pointer to linked list of rings */432 unsigned long next_update; /* jiffies value of last update */433 unsigned int total_bytes; /* total bytes processed this int */434 unsigned int total_packets; /* total packets processed this int */435 u16 work_limit; /* total work allowed per interrupt */436 u8 count; /* total number of rings in vector */460 struct ixgbe_ring_container rx, tx; argument
473 struct ixgbe_ring_container { struct474 struct ixgbe_ring *ring; /* pointer to linked list of rings */475 unsigned long next_update; /* jiffies value of last update */476 unsigned int total_bytes; /* total bytes processed this int */477 unsigned int total_packets; /* total packets processed this int */478 u16 work_limit; /* total work allowed per interrupt */479 u8 count; /* total number of rings in vector */503 struct ixgbe_ring_container rx, tx; argument