summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixl/i40e_adminq.h
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2015-06-05 22:52:42 +0000
committerjfv <jfv@FreeBSD.org>2015-06-05 22:52:42 +0000
commitd19d4db4e289e134d6da4f7e3ffd7b7b1257feb2 (patch)
treeb25d557df6716ee1165eede35c8dc444a3a8a98b /sys/dev/ixl/i40e_adminq.h
parent1ae3a71a421e15a9ae7dcabe0fa1ad7e77fc80be (diff)
downloadFreeBSD-src-d19d4db4e289e134d6da4f7e3ffd7b7b1257feb2.zip
FreeBSD-src-d19d4db4e289e134d6da4f7e3ffd7b7b1257feb2.tar.gz
Update SW4 to the Intel ixl/ixlv drivers. This is primarily a shared
code update, with supporting changes in the CORE. Changes for the extended media types, VF driver has virtual channel protocol changes, and some register use corrections. This software change should be coordinated with Firmware updates to your hardware, contact your support channels for that. MFC after: 1 week
Diffstat (limited to 'sys/dev/ixl/i40e_adminq.h')
-rw-r--r--sys/dev/ixl/i40e_adminq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ixl/i40e_adminq.h b/sys/dev/ixl/i40e_adminq.h
index 9db4c9d..76dab8e 100644
--- a/sys/dev/ixl/i40e_adminq.h
+++ b/sys/dev/ixl/i40e_adminq.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
@@ -77,6 +77,7 @@ struct i40e_asq_cmd_details {
u16 flags_dis;
bool async;
bool postpone;
+ struct i40e_aq_desc *wb_desc;
};
#define I40E_ADMINQ_DETAILS(R, i) \
OpenPOWER on IntegriCloud