Home
last modified time | relevance | path

Searched refs:tbl_cfg (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device.c44 struct tf_tbl_cfg_parms tbl_cfg; in tf_dev_bind_p4() local
66 tbl_cfg.num_elements = TF_TBL_TYPE_MAX; in tf_dev_bind_p4()
67 tbl_cfg.cfg = tf_tbl_p4; in tf_dev_bind_p4()
68 tbl_cfg.shadow_copy = shadow_copy; in tf_dev_bind_p4()
69 tbl_cfg.resources = resources; in tf_dev_bind_p4()
70 rc = tf_tbl_bind(tfp, &tbl_cfg); in tf_dev_bind_p4()
H A Dtf_if_tbl.c53 struct tf_if_tbl_cfg *tbl_cfg; in tf_if_tbl_get_hcapi_type() local
56 tbl_cfg = (struct tf_if_tbl_cfg *)parms->tbl_db; in tf_if_tbl_get_hcapi_type()
57 cfg_type = tbl_cfg[parms->db_index].cfg_type; in tf_if_tbl_get_hcapi_type()
62 *parms->hcapi_type = tbl_cfg[parms->db_index].hcapi_type; in tf_if_tbl_get_hcapi_type()