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