Searched defs:igc_q_vector (Results 1 – 1 of 1) sorted by relevance
471 struct igc_q_vector { struct472 struct igc_adapter *adapter; /* backlink */473 void __iomem *itr_register;474 u32 eims_value; /* EIMS mask value */476 u16 itr_val;477 u8 set_itr;479 struct igc_ring_container rx, tx;481 struct napi_struct napi;483 struct rcu_head rcu; /* to avoid race with update stats on free */484 char name[IFNAMSIZ + 9];[all …]