net/ice/base: use package info from ice segment metadata
[dpdk.git] / drivers / net / bnxt / tf_core / tfp.c
index 3eade31..426a182 100644 (file)
@@ -87,18 +87,6 @@ tfp_send_msg_tunneled(struct tf *tfp,
        return rc;
 }
 
-#ifdef TF_USE_SYSTEM_MEM
-int
-tfp_msg_hwrm_oem_cmd(struct tf *tfp,
-                    uint32_t max_flows)
-{
-       return bnxt_hwrm_oem_cmd(container_of(tfp,
-                                             struct bnxt,
-                                             tfp),
-                                max_flows);
-}
-#endif /* TF_USE_SYSTEM_MEM */
-
 /**
  * Allocates zero'ed memory from the heap.
  *