diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2014-05-06 19:18:20 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2014-05-06 19:18:20 +0000 |
| commit | 059e3537b7f52ee7f6b6c844f51110313a2b57c7 (patch) | |
| tree | f10e15d83d3597c8c375810e18f7712d96be0ef7 /sys/dev/cxgbe | |
| parent | 1ff8512ab47fee48ac8e544d5be50233f94ba40c (diff) | |
Notes
Diffstat (limited to 'sys/dev/cxgbe')
| -rw-r--r-- | sys/dev/cxgbe/t4_ioctl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/t4_ioctl.h b/sys/dev/cxgbe/t4_ioctl.h index edfa9330f10b..5ad059701db9 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 { |
