From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751624AbdJRQBy (ORCPT ); Wed, 18 Oct 2017 12:01:54 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:45427 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750920AbdJRQBw (ORCPT ); Wed, 18 Oct 2017 12:01:52 -0400 X-Google-Smtp-Source: ABhQp+Qit17rN0bMkHBqiyNnT7HhQSxa1mQZIzL2btio0jP1U181J9m4Ybxv+OydDBynHTN2ljwzNA== From: Scott Branden To: "David S. Miller" , "Allan W. Nielsen" , Andrew Lunn , Raju Lakkaraju , Florian Fainelli Cc: BCM Kernel Feedback , linux-kernel@vger.kernel.org, Steve Lin , Scott Branden Subject: [PATCH 1/1] net: ethtool: add support for reset of AP inside NIC interface. Date: Wed, 18 Oct 2017 09:01:36 -0700 Message-Id: <1508342496-5047-2-git-send-email-scott.branden@broadcom.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1508342496-5047-1-git-send-email-scott.branden@broadcom.com> References: <1508342496-5047-1-git-send-email-scott.branden@broadcom.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add ETH_RESET_AP to reset the application processor inside the NIC interface. Signed-off-by: Scott Branden --- include/uapi/linux/ethtool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index 5bd1b1d..f927ab7 100644 --- a/include/uapi/linux/ethtool.h +++ b/include/uapi/linux/ethtool.h @@ -1685,6 +1685,7 @@ enum ethtool_reset_flags { ETH_RESET_PHY = 1 << 6, /* Transceiver/PHY */ ETH_RESET_RAM = 1 << 7, /* RAM shared between * multiple components */ + ETH_RESET_AP = 1 << 8, /* Application processor */ ETH_RESET_DEDICATED = 0x0000ffff, /* All components dedicated to * this interface */ -- 2.5.0