Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_mi.c1616 struct gptp_priority_vector *best_vector, *challenger; in compute_best_vector() local
1642 best_vector = gm_prio; in compute_best_vector()
1663 &best_vector->root_system_id, in compute_best_vector()
1666 best_vector = challenger; in compute_best_vector()
1673 ((int)ntohs(best_vector->steps_removed) + 1); in compute_best_vector()
1675 best_vector = challenger; in compute_best_vector()
1682 &best_vector->src_port_id, in compute_best_vector()
1685 best_vector = challenger; in compute_best_vector()
1692 ntohs(best_vector->port_number)) { in compute_best_vector()
1693 best_vector = challenger; in compute_best_vector()
[all …]