aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/cavium/liquidio/octeon_device.h
diff options
context:
space:
mode:
authorRaghu Vatsavayi <rvatsavayi@caviumnetworks.com>2016-09-01 11:16:05 -0700
committerDavid S. Miller <davem@davemloft.net>2016-09-02 17:11:30 -0700
commitafdf841fee732bd89d53530dd06ea8b4748ed8be (patch)
treeb7d012580513e4132457fa5ea341e38482892e44 /drivers/net/ethernet/cavium/liquidio/octeon_device.h
parentliquidio: link and control commands (diff)
downloadwireguard-linux-afdf841fee732bd89d53530dd06ea8b4748ed8be.tar.xz
wireguard-linux-afdf841fee732bd89d53530dd06ea8b4748ed8be.zip
liquidio: RX control commands
Adds support for RX control commands on cn23xx device. Signed-off-by: Derek Chickles <derek.chickles@caviumnetworks.com> Signed-off-by: Satanand Burla <satananda.burla@caviumnetworks.com> Signed-off-by: Felix Manlunas <felix.manlunas@caviumnetworks.com> Signed-off-by: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/cavium/liquidio/octeon_device.h')
-rw-r--r--drivers/net/ethernet/cavium/liquidio/octeon_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/cavium/liquidio/octeon_device.h b/drivers/net/ethernet/cavium/liquidio/octeon_device.h
index 99fc1d899208..07efadc42ab5 100644
--- a/drivers/net/ethernet/cavium/liquidio/octeon_device.h
+++ b/drivers/net/ethernet/cavium/liquidio/octeon_device.h
@@ -275,6 +275,7 @@ struct octdev_props {
/* Each interface in the Octeon device has a network
* device pointer (used for OS specific calls).
*/
+ int rx_on;
int napi_enabled;
int gmxport;
struct net_device *netdev;