Searched defs:ixgbe_q_vector (Results 1 – 1 of 1) sorted by relevance
382 struct ixgbe_q_vector { struct383 struct ixgbe_adapter *adapter;385 int cpu; /* CPU for DCA */387 u16 v_idx; /* index of q_vector within array, also used for390 u16 itr; /* Interrupt throttle rate written to EITR */391 struct ixgbe_ring_container rx, tx;415 static inline void ixgbe_qv_init_lock(struct ixgbe_q_vector *q_vector) in ixgbe_qv_init_lock() argument