Searched defs:ixgbe_q_vector (Results 1 – 2 of 2) sorted by relevance
440 struct ixgbe_q_vector { struct441 struct ixgbe_adapter *adapter;443 int cpu; /* CPU for DCA */445 u16 v_idx; /* index of q_vector within array, also used for448 u16 itr; /* Interrupt throttle rate written to EITR */449 struct ixgbe_ring_container rx, tx;451 struct napi_struct napi;452 cpumask_t affinity_mask;453 int numa_node;454 struct rcu_head rcu; /* to avoid race with update stats on free */[all …]
449 struct ixgbe_q_vector { struct450 struct ixgbe_adapter *adapter;452 int cpu; /* CPU for DCA */454 u16 v_idx; /* index of q_vector within array, also used for457 u16 itr; /* Interrupt throttle rate written to EITR */458 struct ixgbe_ring_container rx, tx;460 struct napi_struct napi;461 cpumask_t affinity_mask;462 int numa_node;463 struct rcu_head rcu; /* to avoid race with update stats on free */[all …]