Searched defs:TestContext (Results 1 – 1 of 1) sorted by relevance
145 struct TestContext { struct146 char ifname[NM_IFNAMSZ];147 char ifname_ext[NM_IFNAMSZ];148 char bdgname[NM_IFNAMSZ];149 uint32_t nr_tx_slots; /* slots in tx rings */150 uint32_t nr_rx_slots; /* slots in rx rings */151 uint16_t nr_tx_rings; /* number of tx rings */175 static struct TestContext ctx_; argument