net/bnxt: update multi device design
[dpdk.git] / drivers / net / bnxt / tf_core / tf_tbl_type.c
index a57a5dd..b79706f 100644 (file)
 struct tf;
 
 /**
- * Table Type DBs.
+ * Table DBs.
  */
 /* static void *tbl_db[TF_DIR_MAX]; */
 
 /**
- * Table Type Shadow DBs
+ * Table Shadow DBs
  */
 /* static void *shadow_tbl_db[TF_DIR_MAX]; */
 
@@ -30,49 +30,49 @@ struct tf;
 /* static uint8_t shadow_init; */
 
 int
-tf_tbl_type_bind(struct tf *tfp __rte_unused,
-                struct tf_tbl_type_cfg_parms *parms __rte_unused)
+tf_tbl_bind(struct tf *tfp __rte_unused,
+           struct tf_tbl_cfg_parms *parms __rte_unused)
 {
        return 0;
 }
 
 int
-tf_tbl_type_unbind(struct tf *tfp __rte_unused)
+tf_tbl_unbind(struct tf *tfp __rte_unused)
 {
        return 0;
 }
 
 int
-tf_tbl_type_alloc(struct tf *tfp __rte_unused,
-                 struct tf_tbl_type_alloc_parms *parms __rte_unused)
+tf_tbl_alloc(struct tf *tfp __rte_unused,
+            struct tf_tbl_alloc_parms *parms __rte_unused)
 {
        return 0;
 }
 
 int
-tf_tbl_type_free(struct tf *tfp __rte_unused,
-                struct tf_tbl_type_free_parms *parms __rte_unused)
+tf_tbl_free(struct tf *tfp __rte_unused,
+           struct tf_tbl_free_parms *parms __rte_unused)
 {
        return 0;
 }
 
 int
-tf_tbl_type_alloc_search(struct tf *tfp __rte_unused,
-                        struct tf_tbl_type_alloc_search_parms *parms __rte_unused)
+tf_tbl_alloc_search(struct tf *tfp __rte_unused,
+                   struct tf_tbl_alloc_search_parms *parms __rte_unused)
 {
        return 0;
 }
 
 int
-tf_tbl_type_set(struct tf *tfp __rte_unused,
-               struct tf_tbl_type_set_parms *parms __rte_unused)
+tf_tbl_set(struct tf *tfp __rte_unused,
+          struct tf_tbl_set_parms *parms __rte_unused)
 {
        return 0;
 }
 
 int
-tf_tbl_type_get(struct tf *tfp __rte_unused,
-               struct tf_tbl_type_get_parms *parms __rte_unused)
+tf_tbl_get(struct tf *tfp __rte_unused,
+          struct tf_tbl_get_parms *parms __rte_unused)
 {
        return 0;
 }