Searched defs:wx_q_vector (Results 1 – 1 of 1) sorted by relevance
819 struct wx_q_vector { struct820 struct wx *wx;821 int cpu; /* CPU for DCA */822 int numa_node;823 u16 v_idx; /* index of q_vector within array, also used for827 u16 itr; /* Interrupt throttle rate written to EITR */828 struct wx_ring_container rx, tx;829 struct napi_struct napi;830 struct rcu_head rcu; /* to avoid race with update stats on free */832 char name[IFNAMSIZ + 17];[all …]