Searched defs:igc_q_vector (Results 1 – 1 of 1) sorted by relevance
608 struct igc_q_vector { struct609 struct igc_adapter *adapter; /* backlink */610 void __iomem *itr_register;611 u32 eims_value; /* EIMS mask value */613 u16 itr_val;614 u8 set_itr;616 struct igc_ring_container rx, tx;618 struct napi_struct napi;620 struct rcu_head rcu; /* to avoid race with update stats on free */621 char name[IFNAMSIZ + 9];[all …]