Searched defs:wx_q_vector (Results 1 – 1 of 1) sorted by relevance
951 struct wx_q_vector { struct952 struct wx *wx;953 int cpu; /* CPU for DCA */954 int numa_node;955 u16 v_idx; /* index of q_vector within array, also used for959 u16 itr; /* Interrupt throttle rate written to EITR */960 struct wx_ring_container rx, tx;961 struct napi_struct napi;962 struct rcu_head rcu; /* to avoid race with update stats on free */964 char name[IFNAMSIZ + 17];[all …]