Home
last modified time | relevance | path

Searched refs:ptp_clocks (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/tests/net/ptp/clock/src/
Dmain.c67 static ZTEST_BMEM int ptp_clocks[MAX_NUM_INTERFACES - 1]; variable
320 ptp_clocks[ptp_iface_idx] = net_if_get_by_iface(iface); in iface_cb()
432 clk_by_index = net_eth_get_ptp_clock_by_index(ptp_clocks[0]); in test_ptp_clock_interfaces()
435 ptp_clocks[0]); in test_ptp_clock_interfaces()
499 clk_by_index = net_eth_get_ptp_clock_by_index(ptp_clocks[0]); in test_ptp_clock_get_by_index()
511 clk_by_index = net_eth_get_ptp_clock_by_index(ptp_clocks[1]); in test_ptp_clock_get_by_index()
521 clk_by_index = net_eth_get_ptp_clock_by_index(ptp_clocks[0]); in test_ptp_clock_get_by_index_user()
525 clk_by_index = net_eth_get_ptp_clock_by_index(ptp_clocks[1]); in test_ptp_clock_get_by_index_user()
538 clk_by_index = net_eth_get_ptp_clock_by_index(ptp_clocks[0]); in test_ptp_clock_get_by_xxx()