summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixl/ixlv.h
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2015-12-11 12:47:49 +0000
committersmh <smh@FreeBSD.org>2015-12-11 12:47:49 +0000
commit91687b8e7b2bc82b56e085d82e9ce3ae1795b30a (patch)
treed60212ab3c4d307f192a57237cf638beef93e181 /sys/dev/ixl/ixlv.h
parent646e16132043fe3dab72c4f211428964f62776bf (diff)
downloadFreeBSD-src-91687b8e7b2bc82b56e085d82e9ce3ae1795b30a.zip
FreeBSD-src-91687b8e7b2bc82b56e085d82e9ce3ae1795b30a.tar.gz
MFC r279858 & r279860: SRIOV & 20G support
Sponsored by: Multiplay
Diffstat (limited to 'sys/dev/ixl/ixlv.h')
-rw-r--r--sys/dev/ixl/ixlv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ixl/ixlv.h b/sys/dev/ixl/ixlv.h
index 77a02fa..840e17a 100644
--- a/sys/dev/ixl/ixlv.h
+++ b/sys/dev/ixl/ixlv.h
@@ -1,6 +1,6 @@
/******************************************************************************
- Copyright (c) 2013-2014, Intel Corporation
+ Copyright (c) 2013-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -119,6 +119,9 @@ struct ixlv_sc {
int msix;
int if_flags;
+ bool link_up;
+ u32 link_speed;
+
struct mtx mtx;
u32 qbase;
OpenPOWER on IntegriCloud