Searched defs:i40e_ring_container (Results 1 – 1 of 1) sorted by relevance
429 struct i40e_ring_container { struct430 struct i40e_ring *ring; /* pointer to linked list of ring(s) */431 unsigned long next_update; /* jiffies value of next update */432 unsigned int total_bytes; /* total bytes processed this int */433 unsigned int total_packets; /* total packets processed this int */434 u16 count;435 u16 target_itr; /* target ITR setting for ring(s) */436 u16 current_itr; /* current ITR setting for ring(s) */