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