Searched defs:igc_q_vector (Results 1 – 2 of 2) sorted by relevance
450 struct igc_q_vector { struct451 struct igc_adapter *adapter; /* backlink */452 void __iomem *itr_register;453 u32 eims_value; /* EIMS mask value */455 u16 itr_val;456 u8 set_itr;458 struct igc_ring_container rx, tx;460 struct napi_struct napi;462 struct rcu_head rcu; /* to avoid race with update stats on free */463 char name[IFNAMSIZ + 9];[all …]
538 struct igc_q_vector { struct539 struct igc_adapter *adapter; /* backlink */540 void __iomem *itr_register;541 u32 eims_value; /* EIMS mask value */543 u16 itr_val;544 u8 set_itr;546 struct igc_ring_container rx, tx;548 struct napi_struct napi;550 struct rcu_head rcu; /* to avoid race with update stats on free */551 char name[IFNAMSIZ + 9];[all …]