summaryrefslogtreecommitdiffstats
path: root/sys/sys/iov.h
diff options
context:
space:
mode:
authorrstone <rstone@FreeBSD.org>2015-03-01 00:40:34 +0000
committerrstone <rstone@FreeBSD.org>2015-03-01 00:40:34 +0000
commitb69884917f1139f785d735035156d3ca68e3f7fc (patch)
treecb5662014f9fe7eb98ea5cd6ebce221e8c6e5040 /sys/sys/iov.h
parent7a996d41b68bfc27452a84924998470fbfc2acbd (diff)
downloadFreeBSD-src-b69884917f1139f785d735035156d3ca68e3f7fc.zip
FreeBSD-src-b69884917f1139f785d735035156d3ca68e3f7fc.tar.gz
Add interface to destroy SR-IOV VFs
Differential Revision: https://reviews.freebsd.org/D79 Reviewed by: jhb MFC after: 1 month Sponsored by: Sandvine Inc.
Diffstat (limited to 'sys/sys/iov.h')
-rw-r--r--sys/sys/iov.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/iov.h b/sys/sys/iov.h
index bb5c069..aeffaa5 100644
--- a/sys/sys/iov.h
+++ b/sys/sys/iov.h
@@ -38,6 +38,7 @@ struct pci_iov_arg
};
#define IOV_CONFIG _IOWR('p', 10, struct pci_iov_arg)
+#define IOV_DELETE _IO('p', 11)
#endif
OpenPOWER on IntegriCloud