Lines Matching defs:igb_q_vector
272 struct igb_q_vector { struct
273 struct igb_adapter *adapter; /* backlink */
274 int cpu; /* CPU for DCA */
275 u32 eims_value; /* EIMS mask value */
277 u16 itr_val;
278 u8 set_itr;
279 void __iomem *itr_register;
281 struct igb_ring_container rx, tx;
283 struct napi_struct napi;
284 struct rcu_head rcu; /* to avoid race with update stats on free */
285 char name[IFNAMSIZ + 9];
288 struct igb_ring ring[0] ____cacheline_internodealigned_in_smp;