Searched refs:global_cfg (Results 1 – 3 of 3) sorted by relevance
99 struct tf_global_cfg_cfg_parms global_cfg; in tf_dev_bind_p4() local238 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() local510 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()
58 struct tf_global_cfg_cfg *global_cfg; in tf_global_cfg_get_hcapi_type() local61 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()
1124 uint32_t global_cfg = 0; in bnxt_ulp_global_cfg_update() local1132 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()