Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/net/gptp/src/
Dgptp.c53 switch (GPTP_GLOBAL_DS()->selected_role[port]) { in get_current_status()
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/gptp/
Dgptp_user_api.c64 if (!*gm_present || (GPTP_GLOBAL_DS()->selected_role[port] == in gptp_event_capture()
Dgptp_mi.c81 if (global_ds->selected_role[port] == state) { in gptp_change_port_state_debug()
87 state2str(global_ds->selected_role[port]), in gptp_change_port_state_debug()
91 global_ds->selected_role[port] = state; in gptp_change_port_state_debug()
362 port_role = GPTP_GLOBAL_DS()->selected_role; in gptp_get_current_master_time_nanosecond()
534 (global_ds->selected_role[port] == GPTP_PORT_MASTER)) { in gptp_mi_pss_send_state_machine()
582 if ((global_ds->selected_role[port] == GPTP_PORT_MASTER) && in gptp_mi_pss_send_state_machine()
595 (global_ds->selected_role[port] == in gptp_mi_pss_send_state_machine()
899 if (global_ds->selected_role[0] == GPTP_PORT_PASSIVE) { in gptp_mi_clk_master_sync_offset_state_machine()
1260 if (GPTP_GLOBAL_DS()->selected_role[port] == GPTP_PORT_SLAVE) { in gptp_mi_qualify_announce()
1875 if (global_ds->selected_role[port] == GPTP_PORT_SLAVE) { in gptp_updt_roles_tree()
[all …]
Dgptp.c58 return (GPTP_GLOBAL_DS()->selected_role[port] == GPTP_PORT_SLAVE); in gptp_is_slave_port()
520 switch (GPTP_GLOBAL_DS()->selected_role[port]) { in gptp_state_machine()
534 GPTP_GLOBAL_DS()->selected_role[port] = GPTP_PORT_DISABLED; in gptp_state_machine()
Dgptp_data_set.h249 enum gptp_port_state selected_role[CONFIG_NET_GPTP_NUM_PORTS + 1]; member
/Zephyr-Core-3.7.0/subsys/net/lib/shell/
Dgptp.c247 switch (GPTP_GLOBAL_DS()->selected_role[port]) { in selected_role_str()