event/dlb2: add port unlink and unlinks in progress
[dpdk.git] / drivers / event / dlb2 / dlb2_iface.c
index 7d1ba73..bd241f3 100644 (file)
@@ -57,3 +57,9 @@ int (*dlb2_iface_dir_queue_create)(struct dlb2_hw_dev *handle,
 
 int (*dlb2_iface_map_qid)(struct dlb2_hw_dev *handle,
                          struct dlb2_map_qid_args *cfg);
+
+int (*dlb2_iface_unmap_qid)(struct dlb2_hw_dev *handle,
+                           struct dlb2_unmap_qid_args *cfg);
+
+int (*dlb2_iface_pending_port_unmaps)(struct dlb2_hw_dev *handle,
+                               struct dlb2_pending_port_unmaps_args *args);