Lines Matching refs:eth_fake_data
138 static struct eth_fake_context eth_fake_data[3]; variable
142 ð_fake_data[0], NULL, CONFIG_ETH_INIT_PRIORITY,
147 ð_fake_data[1], NULL, CONFIG_ETH_INIT_PRIORITY,
152 ð_fake_data[2], NULL, CONFIG_ETH_INIT_PRIORITY,
293 zassert_is_null(eth_fake_data[0].sent_pkt, ""); in test_recv_before_bridging()
294 zassert_is_null(eth_fake_data[1].sent_pkt, ""); in test_recv_before_bridging()
295 zassert_is_null(eth_fake_data[2].sent_pkt, ""); in test_recv_before_bridging()
341 struct net_pkt *pkt = eth_fake_data[j].sent_pkt; in test_recv_with_bridge()
344 if (eth_fake_data[j].iface == fake_iface[i]) { in test_recv_with_bridge()
349 eth_fake_data[j].sent_pkt = NULL; in test_recv_with_bridge()
386 eth_fake_data[0].sent_pkt = eth_fake_data[1].sent_pkt = in test_recv_after_bridging()
387 eth_fake_data[2].sent_pkt = NULL; in test_recv_after_bridging()