Home
last modified time | relevance | path

Searched refs:tf_rm_is_allocated (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.h502 int tf_rm_is_allocated(struct tf_rm_is_allocated_parms *parms);
H A Dtf_tbl.c208 rc = tf_rm_is_allocated(&aparms); in tf_tbl_free()
321 rc = tf_rm_is_allocated(&aparms); in tf_tbl_set()
412 rc = tf_rm_is_allocated(&aparms); in tf_tbl_get()
H A Dtf_identifier.c240 rc = tf_rm_is_allocated(&aparms); in tf_ident_free()
327 rc = tf_rm_is_allocated(&aparms); in tf_ident_search()
H A Dtf_tcam.c406 rc = tf_rm_is_allocated(&aparms); in tf_tcam_free()
673 rc = tf_rm_is_allocated(&aparms); in tf_tcam_set()
770 rc = tf_rm_is_allocated(&aparms); in tf_tcam_get()
H A Dtf_tbl_sram.c466 rc = tf_rm_is_allocated(&raparms); in tf_tbl_sram_set()
H A Dtf_rm.c1271 tf_rm_is_allocated(struct tf_rm_is_allocated_parms *parms) in tf_rm_is_allocated() function