Searched defs:igc_q_vector (Results 1 – 1 of 1) sorted by relevance
284 struct igc_q_vector { struct285 struct igc_adapter *adapter; /* backlink */286 void __iomem *itr_register;287 u32 eims_value; /* EIMS mask value */289 u16 itr_val;290 u8 set_itr;292 struct igc_ring_container rx, tx;294 struct napi_struct napi;296 struct rcu_head rcu; /* to avoid race with update stats on free */297 char name[IFNAMSIZ + 9];[all …]