summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixl/ixl_pf.h
diff options
context:
space:
mode:
authorerj <erj@FreeBSD.org>2016-05-12 18:20:18 +0000
committererj <erj@FreeBSD.org>2016-05-12 18:20:18 +0000
commit8341d0e8b90129736b4d9a6f8677395269845708 (patch)
treecc54e7a4cea57e5a71301e07d8e6d5f21762e1c8 /sys/dev/ixl/ixl_pf.h
parentf8cb5159805de7e2978640d2845fede9fe86a703 (diff)
downloadFreeBSD-src-8341d0e8b90129736b4d9a6f8677395269845708.zip
FreeBSD-src-8341d0e8b90129736b4d9a6f8677395269845708.tar.gz
ixl: Update to 1.4.9-k.
Changes by author: Kamil Krawczyk i40e-shared: use explicit cast from u16 to u8 Anjali Singhai Jain i40e-shared: Add a Virtchnl offload for RSS PCTYPE V2 Eric Joyner ixl: Remove HP device IDs. Jesse Brandeburg i40e-shared: add small bit of debug Mitch Williams i40e-shared: check for stopped admin queue Mitch Williams i40e-shared: set aq count after memory allocation Jesse Brandeburg i40e-shared: remove forever unused ID Eric Joyner ixl: Fix bug where RSS does not hash to more than 16 queues. Shannon Nelson i40e-shared: define function capabilities in only one place Eric Joyner ixl: Change spacing, comments, and a single error message. Eric Joyner ixl: Save admin queue phy interrupt mask as a define. Eric Joyner ixl: Move callout_reset() to later in init_locked(), and stop clearing OACTIVE in driver flags. Eric Joyner ixl: Add new reset+build flow to init() if it detects that the admin queue is stopped. Eric Joyner ixl: Return EACCES instead of EPERM when an nvmupdate command fails. Eric Joyner ixl: Remove KX_A device ID. Differential Revision: https://reviews.freebsd.org/D6211 Reviewed by: sbruno, kmacy, jeffrey.e.pieper@intel.com MFC after: 2 weeks Sponsored by: Intel Corporation
Diffstat (limited to 'sys/dev/ixl/ixl_pf.h')
-rw-r--r--sys/dev/ixl/ixl_pf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ixl/ixl_pf.h b/sys/dev/ixl/ixl_pf.h
index 6df0879..5780f7c 100644
--- a/sys/dev/ixl/ixl_pf.h
+++ b/sys/dev/ixl/ixl_pf.h
@@ -118,6 +118,9 @@ struct ixl_pf {
#define I40E_NVM_ACCESS \
(((((((('E' << 4) + '1') << 4) + 'K') << 4) + 'G') << 4) | 5)
+#define IXL_DEFAULT_PHY_INT_MASK \
+ (I40E_AQ_EVENT_LINK_UPDOWN | I40E_AQ_EVENT_MODULE_QUAL_FAIL)
+
#define IXL_SET_ADVERTISE_HELP \
"Control link advertise speed:\n" \
"\tFlags:\n" \
OpenPOWER on IntegriCloud