Home
last modified time | relevance | path

Searched refs:global_cfg (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device.c99 struct tf_global_cfg_cfg_parms global_cfg; in tf_dev_bind_p4() local
238 global_cfg.num_elements = TF_GLOBAL_CFG_TYPE_MAX; in tf_dev_bind_p4()
239 global_cfg.cfg = tf_global_cfg_p4; in tf_dev_bind_p4()
240 rc = tf_global_cfg_bind(tfp, &global_cfg); in tf_dev_bind_p4()
386 struct tf_global_cfg_cfg_parms global_cfg; in tf_dev_bind_p58() local
510 global_cfg.num_elements = TF_GLOBAL_CFG_TYPE_MAX; in tf_dev_bind_p58()
511 global_cfg.cfg = tf_global_cfg_p58; in tf_dev_bind_p58()
512 rc = tf_global_cfg_bind(tfp, &global_cfg); in tf_dev_bind_p58()
H A Dtf_global_cfg.c58 struct tf_global_cfg_cfg *global_cfg; in tf_global_cfg_get_hcapi_type() local
61 global_cfg = (struct tf_global_cfg_cfg *)parms->global_cfg_db; in tf_global_cfg_get_hcapi_type()
62 cfg_type = global_cfg[parms->db_index].cfg_type; in tf_global_cfg_get_hcapi_type()
67 *parms->hcapi_type = global_cfg[parms->db_index].hcapi_type; in tf_global_cfg_get_hcapi_type()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.c1124 uint32_t global_cfg = 0; in bnxt_ulp_global_cfg_update() local
1132 parms.config = (uint8_t *)&global_cfg, in bnxt_ulp_global_cfg_update()
1133 parms.config_sz_in_bytes = sizeof(global_cfg); in bnxt_ulp_global_cfg_update()
1143 global_cfg |= value; in bnxt_ulp_global_cfg_update()
1145 global_cfg &= ~value; in bnxt_ulp_global_cfg_update()