Searched defs:igb_q_vector (Results 1 – 2 of 2) sorted by relevance
293 struct igb_q_vector { struct294 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 */[all …]
362 struct igb_q_vector { struct363 struct igb_adapter *adapter; /* backlink */364 int cpu; /* CPU for DCA */365 u32 eims_value; /* EIMS mask value */367 u16 itr_val;368 u8 set_itr;369 void __iomem *itr_register;371 struct igb_ring_container rx, tx;373 struct napi_struct napi;374 struct rcu_head rcu; /* to avoid race with update stats on free */[all …]