Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.h531 int tf_rm_get_all_info(struct tf_rm_get_alloc_info_parms *parms, int size);
H A Dtf_em_internal.c388 rc = tf_rm_get_all_info(&ainfo, TF_EM_TBL_TYPE_MAX); in tf_em_get_resc_info()
H A Dtf_identifier.c390 rc = tf_rm_get_all_info(&ainfo, TF_IDENT_TYPE_MAX); in tf_ident_get_resc_info()
H A Dtf_tbl.c587 rc = tf_rm_get_all_info(&ainfo, TF_TBL_TYPE_MAX); in tf_tbl_get_resc_info()
H A Dtf_tcam.c841 rc = tf_rm_get_all_info(&ainfo, TF_TCAM_TBL_TYPE_MAX); in tf_tcam_get_resc_info()
H A Dtf_rm.c1336 tf_rm_get_all_info(struct tf_rm_get_alloc_info_parms *parms, int size) in tf_rm_get_all_info() function