Searched defs:ixgbe_q_vector (Results 1 – 1 of 1) sorted by relevance
374 struct ixgbe_q_vector { struct375 struct ixgbe_adapter *adapter;377 int cpu; /* CPU for DCA */379 u16 v_idx; /* index of q_vector within array, also used for382 u16 itr; /* Interrupt throttle rate written to EITR */383 struct ixgbe_ring_container rx, tx;407 static inline void ixgbe_qv_init_lock(struct ixgbe_q_vector *q_vector) in ixgbe_qv_init_lock() argument