Lines Matching defs:igb_q_vector
368 struct igb_q_vector { struct
369 struct igb_adapter *adapter; /* backlink */
370 int cpu; /* CPU for DCA */
371 u32 eims_value; /* EIMS mask value */
373 u16 itr_val;
374 u8 set_itr;
375 void __iomem *itr_register;
377 struct igb_ring_container rx, tx;
379 struct napi_struct napi;
380 struct rcu_head rcu; /* to avoid race with update stats on free */
381 char name[IFNAMSIZ + 9];
384 struct igb_ring ring[] ____cacheline_internodealigned_in_smp;