Home
last modified time | relevance | path

Searched refs:profiles (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/misc/
H A Dngx_google_perftools_module.c26 ngx_str_t profiles; member
36 offsetof(ngx_google_perftools_conf_t, profiles),
95 if (gptcf->profiles.len == 0) { in ngx_google_perftools_worker()
99 profile = ngx_alloc(gptcf->profiles.len + NGX_INT_T_LEN + 2, cycle->log); in ngx_google_perftools_worker()
109 ngx_sprintf(profile, "%V.%d%Z", &gptcf->profiles, ngx_pid); in ngx_google_perftools_worker()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c550 if (!p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.allocated) in AllocSharedProfiles()
597 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid); in UpdateRequiredActionFlag()
806 p_FmPcd->p_FmPcdPlcr->profiles[0].profilesMng.allocated = TRUE; in PlcrInit()
1095 if (!p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.allocated) in FmPcdPlcrAllocProfiles()
1166 p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.allocated = FALSE; in FmPcdPlcrFreeProfiles()
1291 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid); in FmPcdPlcrGetRequiredActionFlag()
1300 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid); in FmPcdPlcrGetRequiredAction()
1312 return p_FmPcdPlcr->profiles[absoluteProfileId].valid; in FmPcdPlcrIsProfileValid()
1323 p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid = TRUE; in FmPcdPlcrValidateProfileSw()
1335 p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid = FALSE; in FmPcdPlcrInvalidateProfileSw()
[all …]
H A Dfm_pcd.h289 t_FmPcdPlcrProfile profiles[FM_PCD_PLCR_NUM_ENTRIES]; member
/f-stack/dpdk/examples/service_cores/
H A Dmain.c68 static struct profile profiles[] = { variable
110 #define NUM_PROFILES RTE_DIM(profiles)
118 struct profile *p = &profiles[profile_id]; in apply_profile()
210 printf("\n==> Profile: %s\n\n", profiles[i].name); in main()
/f-stack/dpdk/examples/qos_sched/
H A Dcfg_file.c51 int profiles; in cfg_load_pipe() local
56 profiles = rte_cfgfile_num_sections(cfg, "pipe profile", sizeof("pipe profile") - 1); in cfg_load_pipe()
57 subport_params[0].n_pipe_profiles = profiles; in cfg_load_pipe()
59 for (j = 0; j < profiles; j++) { in cfg_load_pipe()
151 int profiles; in cfg_load_subport_profile() local
156 profiles = rte_cfgfile_num_sections(cfg, "subport profile", in cfg_load_subport_profile()
158 subport_params[0].n_pipe_profiles = profiles; in cfg_load_subport_profile()
160 for (i = 0; i < profiles; i++) { in cfg_load_subport_profile()
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.h205 LIST_HEAD(profiles, mrvl_mtr_profile) profiles;
H A Dmrvl_mtr.c56 LIST_FOREACH(profile, &priv->profiles, next) in mrvl_mtr_profile_from_id()
106 LIST_INSERT_HEAD(&priv->profiles, prof, next); in mrvl_meter_profile_add()
486 LIST_INIT(&priv->profiles); in mrvl_mtr_init()
507 for (profile = LIST_FIRST(&priv->profiles); in mrvl_mtr_deinit()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm.h584 t_FmPcdSpEntry profiles[FM_VSP_MAX_NUM_OF_ENTRIES]; member
H A Dfm_ncsw.c710 if (p_Fm->p_FmSp->profiles[i].profilesMng.ownerId == (uint8_t)ILLEGAL_BASE) in AllocVSPsForPartition()
717 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = guestId; in AllocVSPsForPartition()
773 if (p_Fm->p_FmSp->profiles[i].profilesMng.ownerId == guestId) in FreeVSPsForPartition()
774 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE; in FreeVSPsForPartition()
1504 if (!p_Fm->p_FmSp->profiles[i].profilesMng.allocated) in FmVSPAllocForPort()
1520 p_Fm->p_FmSp->profiles[i].profilesMng.allocated = TRUE; in FmVSPAllocForPort()
1538 p_Fm->p_FmSp->profiles[i].profilesMng.allocated = FALSE; in FmVSPAllocForPort()
1566 p_Fm->p_FmSp->profiles[i].profilesMng.allocated = FALSE; in FmVSPFreeForPort()
3355 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE; in FM_Config()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst88 of shaper profiles. Any shaper profile (single rate or dual rate shaper) can be
128 definition of WRED profiles. Any WRED profile can be used by one or several
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst331 includes creating action profiles, registering actions to the profiles,
332 instantiating action profiles for pipeline table and input ports, etc.
397 * meter: API updated to accommodate configuration profiles.
399 The meter API has been changed to support meter configuration profiles. The
H A Drelease_20_02.rst127 * Added support for L2TPv3 over IP profiles which can be programmed by the
129 * Added support for ESP-AH profiles which can be programmed by the
H A Drelease_18_02.rst66 profiles which can be programmed by dynamic device personalization (DDP)
H A Drelease_19_08.rst314 of the maximum number of pipe profiles, respectively. In addition, the
H A Drelease_17_11.rst219 profiles which can be programmed by dynamic device personalization (DDP)
H A Drelease_17_05.rst142 supporting profiles which can be programmed by dynamic device personalization
H A Drelease_19_11.rst481 pipe queue sizes, pipe profiles, etc., are moved from port level structure
/f-stack/freebsd/contrib/dev/ice/
H A DREADME24 default settings. DDP profiles can also be rolled back without rebooting the
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.c6374 ice_find_free_recp_res_idx(struct ice_hw *hw, const ice_bitmap_t *profiles, in ice_find_free_recp_res_idx() argument
6394 ice_for_each_set_bit(bit, profiles, ICE_MAX_NUM_PROFILES) { in ice_find_free_recp_res_idx()
6424 ice_bitmap_t *profiles) in ice_add_sw_recipe() argument
6443 free_res_idx = ice_find_free_recp_res_idx(hw, profiles, result_idx_bm); in ice_add_sw_recipe()
7048 ice_declare_bitmap(profiles, ICE_MAX_NUM_PROFILES); in ice_add_adv_recipe()
7150 ice_zero_bitmap(profiles, ICE_MAX_NUM_PROFILES); in ice_add_adv_recipe()
7154 ice_set_bit((u16)fvit->profile_id, profiles); in ice_add_adv_recipe()
7165 status = ice_add_sw_recipe(hw, rm, profiles); in ice_add_adv_recipe()
/f-stack/dpdk/doc/guides/nics/
H A Ddpaa.rst320 storage profiles cab be associated to Ethernet ports.
H A Denic.rst119 for information on configuring SR-IOV adapter policies and port profiles
199 passthrough devices do not require libvirt, port profiles, and VM-FEX.
H A Dsoftnic.rst31 such as: memory pools, SW queues, traffic manager, action profiles, pipelines,
H A Ddpaa2.rst80 | profiles -DPMAC |
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst29 …* Action profiles: used to define the actions to be executed by pipeline input/output ports and ta…
H A Dl3_forward_power_man.rst364 …thresholds specified above need to be adjusted for different Intel processors and traffic profiles.

12