Home
last modified time | relevance | path

Searched defs:ixgbe_q_vector (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h487 struct ixgbe_q_vector { struct
488 struct ixgbe_adapter *adapter;
490 int cpu; /* CPU for DCA */
492 u16 v_idx; /* index of q_vector within array, also used for
495 u16 itr; /* Interrupt throttle rate written to EITR */
496 struct ixgbe_ring_container rx, tx;
498 struct napi_struct napi;
499 cpumask_t affinity_mask;
500 int numa_node;
501 struct rcu_head rcu; /* to avoid race with update stats on free */
[all …]