Lines Matching defs:igb_q_vector
293 struct igb_q_vector { struct
294 struct igb_adapter *adapter; /* backlink */
295 int cpu; /* CPU for DCA */
296 u32 eims_value; /* EIMS mask value */
298 u16 itr_val;
299 u8 set_itr;
300 void __iomem *itr_register;
302 struct igb_ring_container rx, tx;
304 struct napi_struct napi;
305 struct rcu_head rcu; /* to avoid race with update stats on free */
306 char name[IFNAMSIZ + 9];
309 struct igb_ring ring[0] ____cacheline_internodealigned_in_smp;