Home
last modified time | relevance | path

Searched refs:db_rc (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_internal.c184 int db_rc[TF_DIR_MAX] = { 0 }; in tf_em_int_bind() local
244 db_rc[i] = tf_rm_create_db_no_reservation(tfp, &db_cfg); in tf_em_int_bind()
246 db_rc[i] = tf_rm_create_db(tfp, &db_cfg); in tf_em_int_bind()
250 if (db_rc[TF_DIR_RX] && db_rc[TF_DIR_TX]) { in tf_em_int_bind()
252 return db_rc[TF_DIR_RX]; in tf_em_int_bind()
H A Dtf_identifier.c33 int db_rc[TF_DIR_MAX] = { 0 }; in tf_ident_bind() local
74 db_rc[i] = tf_rm_create_db_no_reservation(tfp, &db_cfg); in tf_ident_bind()
76 db_rc[i] = tf_rm_create_db(tfp, &db_cfg); in tf_ident_bind()
97 if (db_rc[TF_DIR_RX] && db_rc[TF_DIR_TX]) { in tf_ident_bind()
99 return db_rc[TF_DIR_RX]; in tf_ident_bind()
H A Dtf_tbl.c30 int db_rc[TF_DIR_MAX] = { 0 }; in tf_tbl_bind() local
69 db_rc[d] = tf_rm_create_db_no_reservation(tfp, &db_cfg); in tf_tbl_bind()
71 db_rc[d] = tf_rm_create_db(tfp, &db_cfg); in tf_tbl_bind()
75 if (db_rc[TF_DIR_RX] && db_rc[TF_DIR_TX]) { in tf_tbl_bind()
79 return db_rc[TF_DIR_RX]; in tf_tbl_bind()
H A Dtf_tcam.c36 int db_rc[TF_DIR_MAX] = { 0 }; in tf_tcam_bind() local
111 db_rc[d] = tf_rm_create_db_no_reservation(tfp, &db_cfg); in tf_tcam_bind()
113 db_rc[d] = tf_rm_create_db(tfp, &db_cfg); in tf_tcam_bind()
117 if (db_rc[TF_DIR_RX] && db_rc[TF_DIR_TX]) { in tf_tcam_bind()
119 return db_rc[TF_DIR_RX]; in tf_tcam_bind()