Home
last modified time | relevance | path

Searched refs:TF_RM_ALLOCATED_ENTRY_IN_USE (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_identifier.c226 if (allocated != TF_RM_ALLOCATED_ENTRY_IN_USE) { in tf_ident_free()
309 if (allocated != TF_RM_ALLOCATED_ENTRY_IN_USE) { in tf_ident_search()
H A Dtf_rm.h17 #define TF_RM_ALLOCATED_ENTRY_IN_USE 1 macro
H A Dtf_tbl.c254 if (allocated != TF_RM_ALLOCATED_ENTRY_IN_USE) { in tf_tbl_free()
459 if (allocated != TF_RM_ALLOCATED_ENTRY_IN_USE) { in tf_tbl_set()
528 if (allocated != TF_RM_ALLOCATED_ENTRY_IN_USE) { in tf_tbl_get()
H A Dtf_tcam.c341 if (allocated != TF_RM_ALLOCATED_ENTRY_IN_USE) { in tf_tcam_free()
403 if (allocated == TF_RM_ALLOCATED_ENTRY_IN_USE) { in tf_tcam_free()
635 if (allocated != TF_RM_ALLOCATED_ENTRY_IN_USE) { in tf_tcam_set()
H A Dtf_em_common.c63 if (i < 0 || allocated != TF_RM_ALLOCATED_ENTRY_IN_USE) in tbl_scope_cb_find()