Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h451 struct ixgbe_q_vector { struct
452 struct ixgbe_adapter *adapter;
454 int cpu; /* CPU for DCA */
456 u16 v_idx; /* index of q_vector within array, also used for
459 u16 itr; /* Interrupt throttle rate written to EITR */
460 struct ixgbe_ring_container rx, tx;
462 struct napi_struct napi;
463 cpumask_t affinity_mask;
464 int numa_node;
465 struct rcu_head rcu; /* to avoid race with update stats on free */
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h494 struct ixgbe_q_vector { struct
495 struct ixgbe_adapter *adapter;
497 int cpu; /* CPU for DCA */
499 u16 v_idx; /* index of q_vector within array, also used for
502 u16 itr; /* Interrupt throttle rate written to EITR */
503 struct ixgbe_ring_container rx, tx;
505 struct napi_struct napi;
506 cpumask_t affinity_mask;
507 int numa_node;
508 struct rcu_head rcu; /* to avoid race with update stats on free */
[all …]