Searched refs:GPTP_STATS_INC (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_private.h | 28 #define GPTP_STATS_INC(port, var) (GPTP_PORT_PARAM_DS(port)->var++) macro 30 #define GPTP_STATS_INC(port, var)
|
D | gptp.c | 156 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg() 173 GPTP_STATS_INC(port, rx_sync_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() 266 GPTP_STATS_INC(port, rx_pdelay_resp_fup_count); in gptp_handle_msg() 276 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg() 292 GPTP_STATS_INC(port, rx_announce_count); in gptp_handle_msg() 302 GPTP_STATS_INC(port, rx_ptp_packet_discard_count); in gptp_handle_msg() [all …]
|
D | gptp_messages.c | 616 GPTP_STATS_INC(port, rx_fup_count); in gptp_handle_follow_up() 625 GPTP_STATS_INC(port, rx_pdelay_req_count); in gptp_handle_pdelay_req() 703 GPTP_STATS_INC(port, rx_pdelay_resp_count); in gptp_handle_pdelay_resp() 771 GPTP_STATS_INC(port, rx_fup_count); in gptp_handle_pdelay_follow_up() 817 GPTP_STATS_INC(port, tx_sync_count); in gptp_send_sync() 833 GPTP_STATS_INC(port, tx_fup_count); in gptp_send_follow_up() 842 GPTP_STATS_INC(port, tx_announce_count); in gptp_send_announce() 869 GPTP_STATS_INC(port, tx_pdelay_req_count); in gptp_send_pdelay_req() 895 GPTP_STATS_INC(port, tx_pdelay_resp_count); in gptp_send_pdelay_resp() 918 GPTP_STATS_INC(port, tx_pdelay_resp_fup_count); in gptp_send_pdelay_follow_up()
|
D | gptp_md.c | 436 GPTP_STATS_INC(port, neighbor_prop_delay_exceeded); in gptp_md_pdelay_compute() 468 GPTP_STATS_INC(port, in gptp_md_pdelay_req_timeout()
|
D | gptp_mi.c | 152 GPTP_STATS_INC(port, sync_receipt_timeout_count); in gptp_mi_rcv_sync_receipt_timeout() 167 GPTP_STATS_INC(port, sync_receipt_timeout_count); in gptp_mi_send_sync_receipt_timeout() 245 GPTP_STATS_INC(port, announce_receipt_timeout_count); in announce_timer_handler()
|