Lines Matching refs:tx_next_
106 memset(&tx_next_, 0, sizeof(struct Teq1Frame));
114 struct Teq1Frame tx_next_; member in Teq1RulesTest
151 enum RuleResult result = teq1_rules(&state_, &tx_frame_, &rx_frame_, &tx_next_); in RunRules()
155 EXPECT_EQ(0, tx_next_.header.PCB) in RunRules()
156 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in RunRules()
209 enum RuleResult result = teq1_rules(&state_, &tx_frame_, &rx_frame_, &tx_next_); in TEST_F()
210 teq1_trace_transmit(tx_next_.header.PCB, tx_next_.header.LEN); in TEST_F()
215 EXPECT_EQ(TEQ1_S_WTX(1), tx_next_.header.PCB) in TEST_F()
216 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in TEST_F()
246 enum RuleResult result = teq1_rules(&state_, &tx_frame_, &rx_frame_, &tx_next_); in RunRules()
247 teq1_trace_transmit(tx_next_.header.PCB, tx_next_.header.LEN); in RunRules()
268 EXPECT_EQ(TEQ1_I(1, 1), tx_next_.header.PCB) in TEST_F()
269 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in TEST_F()
277 EXPECT_EQ(TEQ1_I(0, 1), tx_next_.header.PCB) in TEST_F()
278 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in TEST_F()
286 EXPECT_EQ(TEQ1_I(0, 0), tx_next_.header.PCB) in TEST_F()
287 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in TEST_F()
316 enum RuleResult result = teq1_rules(&state_, &tx_frame_, &rx_frame_, &tx_next_); in TearDown()
363 enum RuleResult result = teq1_rules(&state_, &tx_frame_, &rx_frame_, &tx_next_); in TEST_F()
368 EXPECT_EQ(TEQ1_R(0, 0, 1), tx_next_.header.PCB) in TEST_F()
369 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in TEST_F()