Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dds.h33 ptp_clk_id clk_id;
97 ptp_clk_id gm_id;
207 ptp_clk_id clk_id;
Dddt.h50 } ptp_clk_id; typedef
58 ptp_clk_id clk_id;
Dclock.h236 bool ptp_clock_id_eq(const ptp_clk_id *c1, const ptp_clk_id *c2);
Dclock.c61 static int clock_generate_id(ptp_clk_id *clock_id, struct net_if *iface) in clock_generate_id()
79 static const char *clock_id_str(ptp_clk_id *clock_id) in clock_id_str()
191 sizeof(ptp_clk_id)); in clock_update_grandmaster()
194 sizeof(ptp_clk_id)); in clock_update_grandmaster()
370 static const ptp_clk_id all_ones = { in ptp_clock_management_msg_process()
598 memcpy(&ds->clk_id, &ptp_clk.default_ds.clk_id, sizeof(ptp_clk_id)); in ptp_clock_ds()
599 memcpy(&ds->sender.clk_id, &ptp_clk.default_ds.clk_id, sizeof(ptp_clk_id)); in ptp_clock_ds()
600 memcpy(&ds->receiver.clk_id, &ptp_clk.default_ds.clk_id, sizeof(ptp_clk_id)); in ptp_clock_ds()
648 bool ptp_clock_id_eq(const ptp_clk_id *c1, const ptp_clk_id *c2) in ptp_clock_id_eq()
650 return memcmp(c1, c2, sizeof(ptp_clk_id)) == 0; in ptp_clock_id_eq()
Dtlv.h247 ptp_clk_id clk_id;
293 ptp_clk_id gm_id;
Dmsg.h111 ptp_clk_id gm_id;
Dport.c141 memcpy(&ds->id.clk_id, &dds->clk_id, sizeof(ptp_clk_id)); in port_ds_init()