Searched defs:i40e_ring_container (Results 1 – 2 of 2) sorted by relevance
415 struct i40e_ring_container { struct416 struct i40e_ring *ring; /* pointer to linked list of ring(s) */417 unsigned long next_update; /* jiffies value of next update */418 unsigned int total_bytes; /* total bytes processed this int */419 unsigned int total_packets; /* total packets processed this int */420 u16 count;421 u16 target_itr; /* target ITR setting for ring(s) */422 u16 current_itr; /* current ITR setting for ring(s) */
451 struct i40e_ring_container { struct452 struct i40e_ring *ring; /* pointer to linked list of ring(s) */453 unsigned long next_update; /* jiffies value of next update */454 unsigned int total_bytes; /* total bytes processed this int */455 unsigned int total_packets; /* total packets processed this int */456 u16 count;457 u16 target_itr; /* target ITR setting for ring(s) */458 u16 current_itr; /* current ITR setting for ring(s) */