Searched refs:rx_ptp_packet_discard_count (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp.c | 156 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()
|
D | gptp_data_set.h | 498 uint32_t rx_ptp_packet_discard_count; member
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | gptp.c | 524 "messages", port_param_ds->rx_ptp_packet_discard_count); in gptp_print_port_info()
|