Searched refs:ptp_port_id (Results 1 – 10 of 10) sorted by relevance
77 struct ptp_port_id src_port_id;165 struct ptp_port_id req_port_id;180 struct ptp_port_id reserved; /* make it the same length as ptp_pdelay_resp */195 struct ptp_port_id req_port_id;209 struct ptp_port_id req_port_id;221 struct ptp_port_id target_port_id;233 struct ptp_port_id target_port_id;
87 struct ptp_port_id port_id;154 struct ptp_port_id id;215 struct ptp_port_id sender;217 struct ptp_port_id receiver;
139 bool ptp_port_id_eq(const struct ptp_port_id *p1, const struct ptp_port_id *p2);
21 static int btca_port_id_cmp(const struct ptp_port_id *p1, const struct ptp_port_id *p2) in btca_port_id_cmp()
56 struct ptp_port_id { struct
273 struct ptp_port_id port_id;313 struct ptp_port_id id;
73 struct ptp_port_id port_id;
66 static void msg_port_id_post_recv(struct ptp_port_id *port_id) in msg_port_id_post_recv()71 static void msg_port_id_pre_send(struct ptp_port_id *port_id) in msg_port_id_pre_send()
46 const char *port_id_str(struct ptp_port_id *port_id) in port_id_str()720 sizeof(struct ptp_port_id)); in port_management_resp_prepare()1292 bool ptp_port_id_eq(const struct ptp_port_id *p1, const struct ptp_port_id *p2) in ptp_port_id_eq()1294 return memcmp(p1, p2, sizeof(struct ptp_port_id)) == 0; in ptp_port_id_eq()
376 struct ptp_port_id *target_port = &msg->management.target_port_id; in ptp_clock_management_msg_process()