net/bnxt: decrease log level of a debug message
[dpdk.git] / drivers / net / bnxt / tf_core / tf_identifier.h
index 54cecbf..55c0938 100644 (file)
@@ -201,4 +201,20 @@ int tf_ident_free(struct tf *tfp,
 int tf_ident_search(struct tf *tfp,
                    struct tf_ident_search_parms *parms);
 
+/**
+ * Retrieves the allocated resource info
+ *
+ * [in] tfp
+ *   Pointer to TF handle, used for HCAPI communication
+ *
+ * [in] parms
+ *   Pointer to parameters
+ *
+ * Returns
+ *   - (0) if successful.
+ *   - (-EINVAL) on failure.
+ */
+int tf_ident_get_resc_info(struct tf *tfp,
+                          struct tf_identifier_resource_info *parms);
+
 #endif /* _TF_IDENTIFIER_H_ */