Searched defs:iavf_ring_container (Results 1 – 1 of 1) sorted by relevance
308 struct iavf_ring_container { struct309 struct iavf_ring *ring; /* pointer to linked list of ring(s) */310 unsigned long next_update; /* jiffies value of next update */311 unsigned int total_bytes; /* total bytes processed this int */312 unsigned int total_packets; /* total packets processed this int */313 u16 count;314 u16 target_itr; /* target ITR setting for ring(s) */315 u16 current_itr; /* current ITR setting for ring(s) */
Completed in 80 milliseconds