aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2013-12-06 13:52:34 -0500
committerBen Hutchings <bhutchings@solarflare.com>2013-12-12 17:07:06 -0500
commitbc0f3c1392ddfb6342fb22438faf23d09760e4c8 (patch)
treef997ae9c0795ebf08b05483352ea440b7e02ca9c /drivers/net/ethernet
parent5d0dab01175bff0e7f14f76c769a4c7dee864139 (diff)
sfc: Remove kernel-doc for efx_ptp_data fields not present in this version
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r--drivers/net/ethernet/sfc/ptp.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/net/ethernet/sfc/ptp.c b/drivers/net/ethernet/sfc/ptp.c
index 96008202cbc3..be7ed4e1c96c 100644
--- a/drivers/net/ethernet/sfc/ptp.c
+++ b/drivers/net/ethernet/sfc/ptp.c
@@ -248,21 +248,6 @@ struct efx_ptp_timeset {
248 * @nic_ts_enabled: Flag indicating if NIC generated TS events are handled 248 * @nic_ts_enabled: Flag indicating if NIC generated TS events are handled
249 * @txbuf: Buffer for use when transmitting (PTP) packets to MC (avoids 249 * @txbuf: Buffer for use when transmitting (PTP) packets to MC (avoids
250 * allocations in main data path). 250 * allocations in main data path).
251 * @debug_ptp_dir: PTP debugfs directory
252 * @missed_rx_sync: Number of packets received without syncrhonisation.
253 * @good_syncs: Number of successful synchronisations.
254 * @no_time_syncs: Number of synchronisations with no good times.
255 * @bad_sync_durations: Number of synchronisations with bad durations.
256 * @bad_syncs: Number of failed synchronisations.
257 * @last_sync_time: Number of nanoseconds for last synchronisation.
258 * @sync_timeouts: Number of synchronisation timeouts
259 * @fast_syncs: Number of synchronisations requiring short delay
260 * @min_sync_delta: Minimum time between event and synchronisation
261 * @max_sync_delta: Maximum time between event and synchronisation
262 * @average_sync_delta: Average time between event and synchronisation.
263 * Modified moving average.
264 * @last_sync_delta: Last time between event and synchronisation
265 * @mc_stats: Context value for MC statistics
266 * @timeset: Last set of synchronisation statistics. 251 * @timeset: Last set of synchronisation statistics.
267 */ 252 */
268struct efx_ptp_data { 253struct efx_ptp_data {