Searched refs:ptp_clk_id (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/subsys/net/lib/ptp/ |
D | ds.h | 33 ptp_clk_id clk_id; 97 ptp_clk_id gm_id; 207 ptp_clk_id clk_id;
|
D | ddt.h | 50 } ptp_clk_id; typedef 58 ptp_clk_id clk_id;
|
D | clock.h | 236 bool ptp_clock_id_eq(const ptp_clk_id *c1, const ptp_clk_id *c2);
|
D | clock.c | 61 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()
|
D | tlv.h | 247 ptp_clk_id clk_id; 293 ptp_clk_id gm_id;
|
D | msg.h | 111 ptp_clk_id gm_id;
|
D | port.c | 141 memcpy(&ds->id.clk_id, &dds->clk_id, sizeof(ptp_clk_id)); in port_ds_init()
|