Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h362 struct ixgbe_ring_container { struct
363 struct ixgbe_ring *ring; /* pointer to linked list of rings */
364 unsigned int total_bytes; /* total bytes processed this int */
365 unsigned int total_packets; /* total packets processed this int */
366 u16 work_limit; /* total work allowed per interrupt */
367 u8 count; /* total number of rings in vector */
391 struct ixgbe_ring_container rx, tx; argument