Searched defs:ixgbe_q_vector (Results 1 – 1 of 1) sorted by relevance
503 struct ixgbe_q_vector { struct504 struct ixgbe_adapter *adapter;506 int cpu; /* CPU for DCA */508 u16 v_idx; /* index of q_vector within array, also used for511 u16 itr; /* Interrupt throttle rate written to EITR */512 struct ixgbe_ring_container rx, tx;514 struct napi_struct napi;515 struct rcu_head rcu; /* to avoid race with update stats on free */517 cpumask_t affinity_mask;518 int numa_node;[all …]