Searched defs:ixgbe_q_vector (Results 1 – 1 of 1) sorted by relevance
450 struct ixgbe_q_vector { struct451 struct ixgbe_adapter *adapter;453 int cpu; /* CPU for DCA */455 u16 v_idx; /* index of q_vector within array, also used for458 u16 itr; /* Interrupt throttle rate written to EITR */459 struct ixgbe_ring_container rx, tx;461 struct napi_struct napi;462 cpumask_t affinity_mask;463 int numa_node;465 char name[IFNAMSIZ + 9];[all …]
Completed in 9 milliseconds