Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp.c156 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg()
188 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg()
198 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg()
223 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg()
249 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg()
276 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg()
302 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg()
313 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg()
318 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg()
Dgptp_data_set.h498 uint32_t rx_ptp_packet_discard_count; member
/Zephyr-latest/subsys/net/lib/shell/
Dgptp.c524 "messages", port_param_ds->rx_ptp_packet_discard_count); in gptp_print_port_info()