Searched defs:igc_q_vector (Results 1 – 1 of 1) sorted by relevance
584 struct igc_q_vector { struct585 struct igc_adapter *adapter; /* backlink */586 void __iomem *itr_register;587 u32 eims_value; /* EIMS mask value */589 u16 itr_val;590 u8 set_itr;592 struct igc_ring_container rx, tx;594 struct napi_struct napi;596 struct rcu_head rcu; /* to avoid race with update stats on free */597 char name[IFNAMSIZ + 9];[all …]