Searched defs:wx_q_vector (Results 1 – 1 of 1) sorted by relevance
1107 struct wx_q_vector { struct1108 struct wx *wx;1109 int cpu; /* CPU for DCA */1110 int numa_node;1111 u16 v_idx; /* index of q_vector within array, also used for1115 u16 itr; /* Interrupt throttle rate written to EITR */1116 struct wx_ring_container rx, tx;1117 struct napi_struct napi;1118 struct rcu_head rcu; /* to avoid race with update stats on free */1120 u16 total_events; /* number of interrupts processed */[all …]