Searched refs:pa_info_state (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_private.h | 139 struct gptp_port_announce_information_state *pa_info_state, 142 #define gptp_change_pa_info_state(port, pa_info_state, state) \ argument 143 gptp_change_pa_info_state_debug(port, pa_info_state, state, \ 148 struct gptp_port_announce_information_state *pa_info_state,
|
D | gptp_mi.c | 97 struct gptp_port_announce_information_state *pa_info_state, in gptp_change_pa_info_state_debug() argument 104 struct gptp_port_announce_information_state *pa_info_state, in gptp_change_pa_info_state_debug() 108 if (pa_info_state->state == state) { in gptp_change_pa_info_state_debug() 114 pa_info_state2str(pa_info_state->state), in gptp_change_pa_info_state_debug() 118 pa_info_state->state = state; in gptp_change_pa_info_state_debug() 1619 struct gptp_port_announce_information_state *pa_info_state; in compute_best_vector() local 1646 pa_info_state = &GPTP_PORT_STATE(port)->pa_info; in compute_best_vector() 1649 if (pa_info_state->ann_expired || in compute_best_vector()
|