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