Searched defs:fm10k_ring_container (Results 1 – 1 of 1) sorted by relevance
145 struct fm10k_ring_container { struct146 struct fm10k_ring *ring; /* pointer to linked list of rings */147 unsigned int total_bytes; /* total bytes processed this int */148 unsigned int total_packets; /* total packets processed this int */149 u16 work_limit; /* total work allowed per interrupt */150 u16 itr; /* interrupt throttle rate value */151 u8 itr_scale; /* ITR adjustment based on PCI speed */152 u8 count; /* total number of rings in vector */