Lines Matching defs:ixgbe_q_vector
447 struct ixgbe_q_vector { struct
448 struct ixgbe_adapter *adapter;
450 int cpu; /* CPU for DCA */
452 u16 v_idx; /* index of q_vector within array, also used for
455 u16 itr; /* Interrupt throttle rate written to EITR */
456 struct ixgbe_ring_container rx, tx;
458 struct napi_struct napi;
459 cpumask_t affinity_mask;
460 int numa_node;
461 struct rcu_head rcu; /* to avoid race with update stats on free */
462 char name[IFNAMSIZ + 9];
465 struct ixgbe_ring ring[] ____cacheline_internodealigned_in_smp;