net/bnxt: support two table scopes
[dpdk.git] / drivers / net / bnxt / tf_core / tf_global_cfg.c
index 4ed4039..ebd1a86 100644 (file)
@@ -113,7 +113,7 @@ tf_global_cfg_unbind(struct tf *tfp __rte_unused)
 
 int
 tf_global_cfg_set(struct tf *tfp,
-                 struct tf_dev_global_cfg_parms *parms)
+                 struct tf_global_cfg_parms *parms)
 {
        int rc;
        struct tf_global_cfg_get_hcapi_parms hparms;
@@ -156,7 +156,7 @@ tf_global_cfg_set(struct tf *tfp,
 
 int
 tf_global_cfg_get(struct tf *tfp,
-                 struct tf_dev_global_cfg_parms *parms)
+                 struct tf_global_cfg_parms *parms)
 
 {
        int rc;