Searched defs:ixgbe_q_vector (Results 1 – 1 of 1) sorted by relevance
496 struct ixgbe_q_vector { struct497 struct ixgbe_adapter *adapter;499 int cpu; /* CPU for DCA */501 u16 v_idx; /* index of q_vector within array, also used for504 u16 itr; /* Interrupt throttle rate written to EITR */505 struct ixgbe_ring_container rx, tx;507 struct napi_struct napi;508 cpumask_t affinity_mask;509 int numa_node;510 struct rcu_head rcu; /* to avoid race with update stats on free */[all …]