Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/net/l2/ethernet/gptp/
Dgptp_mi.c1602 struct gptp_priority_vector *best_vector, *challenger; in compute_best_vector() local
1628 best_vector = gm_prio; in compute_best_vector()
1649 &best_vector->root_system_id, in compute_best_vector()
1652 best_vector = challenger; in compute_best_vector()
1659 ((int)ntohs(best_vector->steps_removed) + 1); in compute_best_vector()
1661 best_vector = challenger; in compute_best_vector()
1668 &best_vector->src_port_id, in compute_best_vector()
1671 best_vector = challenger; in compute_best_vector()
1678 ntohs(best_vector->port_number)) { in compute_best_vector()
1679 best_vector = challenger; in compute_best_vector()
[all …]