Searched defs:iavf_ring_container (Results 1 – 1 of 1) sorted by relevance
298 struct iavf_ring_container { struct299 struct iavf_ring *ring; /* pointer to linked list of ring(s) */300 unsigned long next_update; /* jiffies value of next update */301 unsigned int total_bytes; /* total bytes processed this int */302 unsigned int total_packets; /* total packets processed this int */303 u16 count;304 u16 target_itr; /* target ITR setting for ring(s) */305 u16 current_itr; /* current ITR setting for ring(s) */