Searched refs:db_rc (Results 1 – 4 of 4) sorted by relevance
184 int db_rc[TF_DIR_MAX] = { 0 }; in tf_em_int_bind() local244 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()
33 int db_rc[TF_DIR_MAX] = { 0 }; in tf_ident_bind() local74 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()
30 int db_rc[TF_DIR_MAX] = { 0 }; in tf_tbl_bind() local69 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()
36 int db_rc[TF_DIR_MAX] = { 0 }; in tf_tcam_bind() local111 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()