Home
last modified time | relevance | path

Searched refs:tf_rm_create_db (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.h423 int tf_rm_create_db(struct tf *tfp,
H A Dtf_em_internal.c246 db_rc[i] = tf_rm_create_db(tfp, &db_cfg); in tf_em_int_bind()
H A Dtf_identifier.c76 db_rc[i] = tf_rm_create_db(tfp, &db_cfg); in tf_ident_bind()
H A Dtf_tbl.c71 db_rc[d] = tf_rm_create_db(tfp, &db_cfg); in tf_tbl_bind()
H A Dtf_tcam.c113 db_rc[d] = tf_rm_create_db(tfp, &db_cfg); in tf_tcam_bind()
H A Dtf_em_common.c954 rc = tf_rm_create_db(tfp, &db_cfg); in tf_em_ext_common_bind()
H A Dtf_rm.c505 tf_rm_create_db(struct tf *tfp, in tf_rm_create_db() function