Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam.c41 struct tf_tcam_resources *tcam_cnt; in tf_tcam_bind() local
77 tcam_cnt = parms->resources->tcam_cnt; in tf_tcam_bind()
78 if ((tcam_cnt[TF_DIR_RX].cnt[TF_TCAM_TBL_TYPE_WC_TCAM] % num_slices) || in tf_tcam_bind()
79 (tcam_cnt[TF_DIR_TX].cnt[TF_TCAM_TBL_TYPE_WC_TCAM] % num_slices)) { in tf_tcam_bind()
107 db_cfg.alloc_cnt = parms->resources->tcam_cnt[d].cnt; in tf_tcam_bind()
155 if (!parms->resources->tcam_cnt[d].cnt[i]) in tf_tcam_bind()
169 parms->resources->tcam_cnt[d].cnt; in tf_tcam_bind()
H A Dtf_device.c149 (uint16_t *)resources->tcam_cnt); in tf_dev_bind_p4()
442 (uint16_t *)resources->tcam_cnt); in tf_dev_bind_p58()
H A Dtf_core.h601 struct tf_tcam_resources tcam_cnt[TF_DIR_MAX]; member
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.c163 res->tcam_cnt[dir].cnt[res_type]++; in bnxt_ulp_named_resources_calc()
220 res->tcam_cnt[dir].cnt[res_type] = info[i].count; in bnxt_ulp_unnamed_resources_calc()