Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/shell/
Dgptp.c274 struct gptp_port_param_ds *port_param_ds; in gptp_print_port_info() local
286 &port_param_ds, in gptp_print_port_info()
509 "messages", "received", port_param_ds->rx_sync_count); in gptp_print_port_info()
511 "messages", "received", port_param_ds->rx_fup_count); in gptp_print_port_info()
513 "messages", "received", port_param_ds->rx_pdelay_req_count); in gptp_print_port_info()
515 "messages", "received", port_param_ds->rx_pdelay_resp_count); in gptp_print_port_info()
518 port_param_ds->neighbor_prop_delay_exceeded); in gptp_print_port_info()
520 "messages", "received", port_param_ds->rx_pdelay_resp_fup_count); in gptp_print_port_info()
522 "messages", "received", port_param_ds->rx_announce_count); in gptp_print_port_info()
524 "messages", port_param_ds->rx_ptp_packet_discard_count); in gptp_print_port_info()
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_data_set.h63 (&gptp_domain.port_param_ds[port - GPTP_PORT_START])
561 struct gptp_port_param_ds port_param_ds[CONFIG_NET_GPTP_NUM_PORTS]; member
590 struct gptp_port_param_ds **port_param_ds,
Dgptp.c447 struct gptp_port_param_ds *port_param_ds; in gptp_init_port_ds() local
449 port_param_ds = GPTP_PORT_PARAM_DS(port); in gptp_init_port_ds()
500 (void)memset(port_param_ds, 0, sizeof(struct gptp_port_param_ds)); in gptp_init_port_ds()
862 struct gptp_port_param_ds **port_param_ds, in gptp_get_port_data() argument
879 if (port_param_ds) { in gptp_get_port_data()
881 *port_param_ds = GPTP_PORT_PARAM_DS(port); in gptp_get_port_data()
883 *port_param_ds = NULL; in gptp_get_port_data()