summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2013-07-26 20:54:33 +0000
committernp <np@FreeBSD.org>2013-07-26 20:54:33 +0000
commit45f9b76a043a567f6b7ee8f35ea3c17fbd555acf (patch)
tree442759aed94d9f57a805e1bd32be5c914fa370b2
parent1467e47941ef8cecaa817a96faa46bdab7a79253 (diff)
downloadFreeBSD-src-45f9b76a043a567f6b7ee8f35ea3c17fbd555acf.zip
FreeBSD-src-45f9b76a043a567f6b7ee8f35ea3c17fbd555acf.tar.gz
Reserve room for ioctls that aren't in this copy of the driver yet.
-rw-r--r--sys/dev/cxgbe/t4_ioctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/t4_ioctl.h b/sys/dev/cxgbe/t4_ioctl.h
index edfa933..5ad0597 100644
--- a/sys/dev/cxgbe/t4_ioctl.h
+++ b/sys/dev/cxgbe/t4_ioctl.h
@@ -51,6 +51,9 @@ enum {
T4_GET_MEM, /* read memory */
T4_GET_I2C, /* read from i2c addressible device */
T4_CLEAR_STATS, /* clear a port's MAC statistics */
+ T4_SET_OFLD_POLICY, /* Set offload policy */
+ T4_SET_SCHED_CLASS, /* set sched class */
+ T4_SET_SCHED_QUEUE, /* set queue class */
};
struct t4_reg {
OpenPOWER on IntegriCloud