Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_data_set.h67 (global_ds->reselect_array &= (~(1 << (port - 1))))
69 (global_ds->reselect_array |= (1 << (port - 1)))
77 ((global_ds->reselect_array >> (port - 1)) & 0x1)
222 uint32_t reselect_array; member
Dgptp_mi.c1608 GPTP_GLOBAL_DS()->reselect_array = 0; in gptp_clear_reselect_tree()
1912 GPTP_GLOBAL_DS()->reselect_array = ~0; in gptp_mi_port_role_selection_state_machine()
1916 if (GPTP_GLOBAL_DS()->reselect_array != 0) { in gptp_mi_port_role_selection_state_machine()