Searched refs:PTP_MC_STAT (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ptp.c | 373 #define PTP_MC_STAT(ext_name, mcdi_name) \ macro 385 PTP_MC_STAT(ptp_tx_timestamp_packets, TX), 386 PTP_MC_STAT(ptp_rx_timestamp_packets, RX), 387 PTP_MC_STAT(ptp_timestamp_packets, TS), 388 PTP_MC_STAT(ptp_filter_matches, FM), 389 PTP_MC_STAT(ptp_non_filter_matches, NFM),
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 379 #define PTP_MC_STAT(ext_name, mcdi_name) \ macro 391 PTP_MC_STAT(ptp_tx_timestamp_packets, TX), 392 PTP_MC_STAT(ptp_rx_timestamp_packets, RX), 393 PTP_MC_STAT(ptp_timestamp_packets, TS), 394 PTP_MC_STAT(ptp_filter_matches, FM), 395 PTP_MC_STAT(ptp_non_filter_matches, NFM),
|