diff options
| author | Eric Joyner <erj@FreeBSD.org> | 2016-05-12 18:20:36 +0000 |
|---|---|---|
| committer | Eric Joyner <erj@FreeBSD.org> | 2016-05-12 18:20:36 +0000 |
| commit | fdb6f38a3d4d698feba52664a74b8e8f79e67b73 (patch) | |
| tree | a3bb384123113a9a6a64b22a87e50b40fee4e6d8 /sys/dev/ixl/ixl_pf.h | |
| parent | 7f70bec62338523830975427ba20827d8d002c6f (diff) | |
Notes
Diffstat (limited to 'sys/dev/ixl/ixl_pf.h')
| -rw-r--r-- | sys/dev/ixl/ixl_pf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ixl/ixl_pf.h b/sys/dev/ixl/ixl_pf.h index 5780f7c0c4a90..3859d90763f51 100644 --- a/sys/dev/ixl/ixl_pf.h +++ b/sys/dev/ixl/ixl_pf.h @@ -42,6 +42,8 @@ #define VF_FLAG_PROMISC_CAP 0x08 #define VF_FLAG_MAC_ANTI_SPOOF 0x10 +#define IXL_PF_STATE_EMPR_RESETTING (1 << 0) + struct ixl_vf { struct ixl_vsi vsi; uint32_t vf_flags; @@ -72,6 +74,7 @@ struct ixl_pf { struct callout timer; int msix; int if_flags; + int state; struct mtx pf_mtx; |
