Searched defs:ixgbevf_q_vector (Results 1 – 1 of 1) sorted by relevance
229 struct ixgbevf_q_vector { struct230 struct ixgbevf_adapter *adapter;234 u16 v_idx;235 u16 itr; /* Interrupt throttle rate written to EITR */236 struct napi_struct napi;237 struct ixgbevf_ring_container rx, tx;238 struct rcu_head rcu; /* to avoid race with update stats on free */239 char name[IFNAMSIZ + 9];242 struct ixgbevf_ring ring[0] ____cacheline_internodealigned_in_smp;244 unsigned int state;[all …]