aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ice/ice_sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ice/ice_sched.h')
-rw-r--r--sys/dev/ice/ice_sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ice/ice_sched.h b/sys/dev/ice/ice_sched.h
index 0f3c546990cb..7b37ca828c88 100644
--- a/sys/dev/ice/ice_sched.h
+++ b/sys/dev/ice/ice_sched.h
@@ -139,6 +139,7 @@ enum ice_status
ice_sched_cfg_vsi(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 maxqs,
u8 owner, bool enable);
enum ice_status ice_rm_vsi_lan_cfg(struct ice_port_info *pi, u16 vsi_handle);
+enum ice_status ice_rm_vsi_rdma_cfg(struct ice_port_info *pi, u16 vsi_handle);
struct ice_sched_node *
ice_sched_get_vsi_node(struct ice_port_info *pi, struct ice_sched_node *tc_node,
u16 vsi_handle);