• Home
  • Raw
  • Download

Lines Matching refs:PCB

66   tx_frame_.header.PCB = TEQ1_I(0, 0);  in TEST_F()
70 rx_frame_.header.PCB = *pcb; in TEST_F()
75 …teq1_frame_error_check(&state_, &tx_frame_, &rx_frame_)) << teq1_pcb_to_name(rx_frame_.header.PCB); in TEST_F()
133 tx_frame_.header.PCB = TEQ1_I(0, 0); in SetUp()
138 rx_frame_.header.PCB = TEQ1_I(0, 0); in SetUp()
148 teq1_trace_transmit(tx_frame_.header.PCB, tx_frame_.header.LEN); in RunRules()
149 teq1_trace_receive(rx_frame_.header.PCB, rx_frame_.header.LEN); 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()
182 tx_frame_.header.PCB = TEQ1_I(1, 0); in TEST_F()
183 rx_frame_.header.PCB = TEQ1_I(0, 0); in TEST_F()
195 tx_frame_.header.PCB = TEQ1_I(0, 0); in TEST_F()
200 rx_frame_.header.PCB = TEQ1_S_WTX(0); in TEST_F()
206 teq1_trace_transmit(tx_frame_.header.PCB, tx_frame_.header.LEN); in TEST_F()
207 teq1_trace_receive(rx_frame_.header.PCB, rx_frame_.header.LEN); 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()
233 EXPECT_EQ(1, bs_get(PCB.I.more_data, tx_frame_.header.PCB)); in RunRules()
243 teq1_trace_transmit(tx_frame_.header.PCB, tx_frame_.header.LEN); in RunRules()
244 teq1_trace_receive(rx_frame_.header.PCB, rx_frame_.header.LEN); in RunRules()
247 teq1_trace_transmit(tx_next_.header.PCB, tx_next_.header.LEN); in RunRules()
265 tx_frame_.header.PCB = TEQ1_I(0, 0); in TEST_F()
266 rx_frame_.header.PCB = TEQ1_R(1, 0, 0); in TEST_F()
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()
274 tx_frame_.header.PCB = TEQ1_I(1, 0); in TEST_F()
275 rx_frame_.header.PCB = TEQ1_R(0, 0, 0); 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()
283 tx_frame_.header.PCB = TEQ1_I(1, 0); in TEST_F()
284 rx_frame_.header.PCB = TEQ1_R(0, 0, 0); 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()
302 tx_frame_.header.PCB = TEQ1_I(0, 0); in SetUp()
308 rx_frame_.header.PCB = TEQ1_R(0, 0, 0); in SetUp()
313 teq1_trace_transmit(tx_frame_.header.PCB, tx_frame_.header.LEN); in TearDown()
314 teq1_trace_receive(rx_frame_.header.PCB, rx_frame_.header.LEN); in TearDown()
327 rx_frame_.header.PCB = TEQ1_R(0, 0, 0); in TEST_F()
332 rx_frame_.header.PCB = TEQ1_R(0, 0, 1); in TEST_F()
337 rx_frame_.header.PCB = TEQ1_R(0, 1, 0); in TEST_F()
342 rx_frame_.header.PCB = TEQ1_R(0, 1, 1); in TEST_F()
351 tx_frame_.header.PCB = TEQ1_I(0, 0); in TEST_F()
355 rx_frame_.header.PCB = TEQ1_I(0, 0); in TEST_F()
360 teq1_trace_transmit(tx_frame_.header.PCB, tx_frame_.header.LEN); in TEST_F()
361 teq1_trace_receive(rx_frame_.header.PCB, rx_frame_.header.LEN); 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()
519 frame.header.PCB = TEQ1_I(0, 0); in TEST_F()
530 teq1_trace_transmit(frame.header.PCB, frame.header.LEN); in TEST_F()
539 teq1_trace_receive(frame.header.PCB, frame.header.LEN); in TEST_F()
558 frame.header.PCB = TEQ1_I(0, 0); in TEST_F()
573 frame.header.PCB = TEQ1_R(0, 1, 0); in TEST_F()
581 frame.header.PCB = TEQ1_I(0, 0); in TEST_F()
611 frame.header.PCB = TEQ1_I(0, 0); in TEST_F()
632 frame.header.PCB = TEQ1_S_RESYNC(0); in TEST_F()
640 frame.header.PCB = TEQ1_R(0, 1, 0); in TEST_F()
654 frame.header.PCB = TEQ1_S_RESYNC(1); in TEST_F()
662 frame.header.PCB = TEQ1_I(0, 0); in TEST_F()
704 frame.header.PCB = TEQ1_I(0, 0); in TEST_F()
720 frame.header.PCB = TEQ1_R(0, 1, 0); in TEST_F()
730 frame.header.PCB = TEQ1_S_RESYNC(0); in TEST_F()
743 frame.header.PCB = TEQ1_S_RESYNC(1); in TEST_F()