Lines Matching refs:eth_interfaces
65 static struct net_if *eth_interfaces[MAX_NUM_INTERFACES]; variable
310 if (ud->eth_if_count >= ARRAY_SIZE(eth_interfaces)) { in iface_cb()
324 eth_interfaces[ud->eth_if_count++] = iface; in iface_cb()
358 iface1 = eth_interfaces[0]; in test_address_setup()
359 iface2 = eth_interfaces[1]; in test_address_setup()
360 iface3 = eth_interfaces[2]; in test_address_setup()
419 clk = net_eth_get_ptp_clock(eth_interfaces[idx]); in test_ptp_clock_interfaces()
421 eth_interfaces[idx]); in test_ptp_clock_interfaces()
424 clk = net_eth_get_ptp_clock(eth_interfaces[idx]); in test_ptp_clock_interfaces()
426 eth_interfaces[idx]); in test_ptp_clock_interfaces()
428 clk = net_eth_get_ptp_clock(eth_interfaces[non_ptp_interface]); in test_ptp_clock_interfaces()
430 eth_interfaces[non_ptp_interface]); in test_ptp_clock_interfaces()
448 clk = net_eth_get_ptp_clock(eth_interfaces[idx]); in test_ptp_clock_iface()
451 eth_interfaces[idx]); in test_ptp_clock_iface()
494 clk = net_eth_get_ptp_clock(eth_interfaces[idx]); in test_ptp_clock_get_by_index()
506 clk = net_eth_get_ptp_clock(eth_interfaces[idx]); in test_ptp_clock_get_by_index()
556 clk = net_eth_get_ptp_clock(eth_interfaces[0]); in test_ptp_clock_get_kernel()