Searched defs:fm10k_q_vector (Results 1 – 1 of 1) sorted by relevance
189 struct fm10k_q_vector { struct190 struct fm10k_intfc *interface;191 u32 __iomem *itr; /* pointer to ITR register for this vector */192 u16 v_idx; /* index of q_vector within interface array */193 struct fm10k_ring_container rx, tx;195 struct napi_struct napi;196 cpumask_t affinity_mask;197 char name[IFNAMSIZ + 9];200 struct dentry *dbg_q_vector;202 struct rcu_head rcu; /* to avoid race with update stats on free */[all …]