mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
nvethernet: add interface to configure debug interrupt
Add ioctl ETHER_DEBUG_INTR_CONFIG to enable and disable debug related interrupt at runtime Bug 3600647 Change-Id: Ie22a7decc1bd2feb90126841a8d8a0eaafa7dc66 Signed-off-by: Om Prakash Singh <omp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2703340 Reviewed-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Narayan Reddy <narayanr@nvidia.com> Reviewed-by: Srinivas Ramachandran <srinivasra@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Revanth Kumar Uppala
parent
ef1378ba02
commit
fc25e06026
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
@@ -79,6 +79,9 @@
|
||||
#endif /* OSI_DEBUG */
|
||||
#define ETHER_CAP_TSC_PTP 58
|
||||
#define ETHER_M2M_TSYNC 59
|
||||
#ifdef OSI_DEBUG
|
||||
#define ETHER_DEBUG_INTR_CONFIG 60
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user