Searched refs:PTP_SW_STAT (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | ptp.c | 371 #define PTP_SW_STAT(ext_name, field_name) \ macro 376 PTP_SW_STAT(ptp_good_syncs, good_syncs), 377 PTP_SW_STAT(ptp_fast_syncs, fast_syncs), 378 PTP_SW_STAT(ptp_bad_syncs, bad_syncs), 379 PTP_SW_STAT(ptp_sync_timeouts, sync_timeouts), 380 PTP_SW_STAT(ptp_no_time_syncs, no_time_syncs), 381 PTP_SW_STAT(ptp_invalid_sync_windows, invalid_sync_windows), 382 PTP_SW_STAT(ptp_undersize_sync_windows, undersize_sync_windows), 383 PTP_SW_STAT(ptp_oversize_sync_windows, oversize_sync_windows), 384 PTP_SW_STAT(ptp_rx_no_timestamp, rx_no_timestamp),
|
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | ptp.c | 371 #define PTP_SW_STAT(ext_name, field_name) \ macro 376 PTP_SW_STAT(ptp_good_syncs, good_syncs), 377 PTP_SW_STAT(ptp_fast_syncs, fast_syncs), 378 PTP_SW_STAT(ptp_bad_syncs, bad_syncs), 379 PTP_SW_STAT(ptp_sync_timeouts, sync_timeouts), 380 PTP_SW_STAT(ptp_no_time_syncs, no_time_syncs), 381 PTP_SW_STAT(ptp_invalid_sync_windows, invalid_sync_windows), 382 PTP_SW_STAT(ptp_undersize_sync_windows, undersize_sync_windows), 383 PTP_SW_STAT(ptp_oversize_sync_windows, oversize_sync_windows), 384 PTP_SW_STAT(ptp_rx_no_timestamp, rx_no_timestamp),
|