mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
nvethernet: remove EQOS_GET_CONNECTED_SPEED from export ioctl
Remove EQOS_GET_CONNECTED_SPEED from export IOCTL. Reference application can use it ethtool for speed Bug 3812806 Bug 4088361 Change-Id: I56b47eaef9da3adc03ad9269dde26f520419b2b0 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2828652 (cherry picked from commit 4859987708858e1cb048ab4f6c784d2057131511) Signed-off-by: Rakesh Goyal <rgoyal@nvidia.com> Signed-off-by: Revanth Kumar Uppala <ruppala@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2897232 Reviewed-by: Narayan Reddy <narayanr@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
44419231b0
commit
f9f6447c30
@@ -13,8 +13,6 @@
|
||||
* SIOCDEVPRIVATE custom ioctl command.
|
||||
* @{
|
||||
*/
|
||||
/** Line speed */
|
||||
#define EQOS_GET_CONNECTED_SPEED 25
|
||||
/** To set HW AVB configuration from user application */
|
||||
#define ETHER_AVB_ALGORITHM 27
|
||||
/** To get current configuration in HW */
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
/* TX/RX channel/queue count */
|
||||
#define EQOS_GET_TX_QCNT 23
|
||||
#define EQOS_GET_RX_QCNT 24
|
||||
/** Line speed */
|
||||
#define EQOS_GET_CONNECTED_SPEED 25
|
||||
/* L3/L4 filter */
|
||||
#define EQOS_L3L4_FILTER_CMD 29
|
||||
/* VLAN filtering */
|
||||
|
||||
Reference in New Issue
Block a user