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