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