Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe.h429 struct ixgbe_ring_container { struct
430 struct ixgbe_ring *ring; /* pointer to linked list of rings */
431 unsigned long next_update; /* jiffies value of last update */
432 unsigned int total_bytes; /* total bytes processed this int */
433 unsigned int total_packets; /* total packets processed this int */
434 u16 work_limit; /* total work allowed per interrupt */
435 u8 count; /* total number of rings in vector */
459 struct ixgbe_ring_container rx, tx; argument

Completed in 10 milliseconds