common/sfc_efx/base: add match spec init/fini APIs
[dpdk.git] / drivers / common / sfc_efx / base / efx_impl.h
index 6e9329c..931989f 100644 (file)
@@ -1675,6 +1675,15 @@ efx_pci_xilinx_cap_tbl_find(
 
 #endif /* EFSYS_OPT_PCI */
 
+#if EFSYS_OPT_MAE
+
+struct efx_mae_match_spec_s {
+       efx_mae_rule_type_t             emms_type;
+       uint32_t                        emms_prio;
+};
+
+#endif /* EFSYS_OPT_MAE */
+
 #ifdef __cplusplus
 }
 #endif