Searched defs:fm10k_q_vector (Results 1 – 1 of 1) sorted by relevance
199 struct fm10k_q_vector { struct200 struct fm10k_intfc *interface;201 u32 __iomem *itr; /* pointer to ITR register for this vector */202 u16 v_idx; /* index of q_vector within interface array */203 struct fm10k_ring_container rx, tx;205 struct napi_struct napi;206 char name[IFNAMSIZ + 9];209 struct dentry *dbg_q_vector;211 struct rcu_head rcu; /* to avoid race with update stats on free */214 struct fm10k_ring ring[0] ____cacheline_internodealigned_in_smp;