Searched refs:gptp_change_port_state (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_private.h | 127 void gptp_change_port_state(int port, enum gptp_port_state state); 129 #define gptp_change_port_state(port, state) \ macro
|
D | gptp_mi.c | 76 void gptp_change_port_state(int port, enum gptp_port_state state) in gptp_change_port_state_debug() 1592 gptp_change_port_state(port, GPTP_PORT_DISABLED); in gptp_updt_role_disabled_tree() 1762 gptp_change_port_state(port, GPTP_PORT_DISABLED); in update_bmca() 1767 gptp_change_port_state(port, GPTP_PORT_MASTER); in update_bmca() 1771 gptp_change_port_state(port, GPTP_PORT_MASTER); in update_bmca() 1788 gptp_change_port_state(port, GPTP_PORT_SLAVE); in update_bmca() 1796 gptp_change_port_state(port, GPTP_PORT_PASSIVE); in update_bmca() 1811 gptp_change_port_state(port, GPTP_PORT_MASTER); in update_bmca() 1876 gptp_change_port_state(0, GPTP_PORT_PASSIVE); in gptp_updt_roles_tree() 1882 gptp_change_port_state(0, GPTP_PORT_SLAVE); in gptp_updt_roles_tree()
|
D | gptp.c | 557 gptp_change_port_state(port, GPTP_PORT_DISABLED); in gptp_thread()
|