Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 41) sorted by relevance

12

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_action.c29 struct softnic_port_in_action_profile *profile; in softnic_port_in_action_profile_free() local
44 struct softnic_port_in_action_profile *profile; in softnic_port_in_action_profile_find() local
61 struct softnic_port_in_action_profile *profile; in softnic_port_in_action_profile_create() local
179 struct softnic_table_action_profile *profile; in softnic_table_action_profile_free() local
194 struct softnic_table_action_profile *profile; in softnic_table_action_profile_find() local
211 struct softnic_table_action_profile *profile; in softnic_table_action_profile_create() local
H A Drte_eth_softnic_meter.c92 struct rte_mtr_meter_profile *profile, in meter_profile_check()
138 struct rte_mtr_meter_profile *profile, in pmd_mtr_meter_profile_add()
398 struct rte_table_action_meter_profile profile; in pmd_mtr_meter_profile_update() local
H A Drte_eth_softnic_flow.c1167 struct softnic_table_action_profile *profile; in flow_rule_action_get() local
1601 struct rte_table_action_meter_profile profile; in flow_rule_action_get() local
1980 struct softnic_table_action_profile *profile = in is_meter_action_enable() local
H A Drte_eth_softnic_tm.c952 struct rte_tm_shaper_params *profile, in shaper_profile_check()
1030 struct rte_tm_shaper_params *profile, in pmd_tm_shaper_profile_add()
1301 struct rte_tm_wred_params *profile, in wred_profile_check()
1363 struct rte_tm_wred_params *profile, in pmd_tm_wred_profile_add()
/f-stack/dpdk/examples/ip_pipeline/
H A Daction.c30 struct port_in_action_profile *profile; in port_in_action_profile_find() local
46 struct port_in_action_profile *profile; in port_in_action_profile_create() local
164 struct table_action_profile *profile; in table_action_profile_find() local
180 struct table_action_profile *profile; in table_action_profile_create() local
/f-stack/dpdk/examples/service_cores/
H A Dmain.c62 struct profile { struct
65 struct profile_for_core cores[PROFILE_CORES_MAX]; argument
68 static struct profile profiles[] = { argument
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c54 struct mrvl_mtr_profile *profile = NULL; in mrvl_mtr_profile_from_id() local
74 struct rte_mtr_meter_profile *profile, in mrvl_meter_profile_add()
125 struct mrvl_mtr_profile *profile; in mrvl_meter_profile_delete() local
329 struct mrvl_mtr_profile *profile; in mrvl_create() local
422 struct mrvl_mtr_profile *profile; in mrvl_meter_profile_update() local
499 struct mrvl_mtr_profile *profile, *tmp_profile; in mrvl_mtr_deinit() local
H A Dmrvl_tm.c93 struct mrvl_tm_shaper_profile *profile = in mrvl_tm_deinit() local
343 struct mrvl_tm_shaper_profile *profile; in mrvl_shaper_profile_from_id() local
367 struct mrvl_tm_shaper_profile *profile; in mrvl_shaper_profile_add() local
435 struct mrvl_tm_shaper_profile *profile; in mrvl_shaper_profile_delete() local
579 struct mrvl_tm_shaper_profile *profile = NULL; in mrvl_node_add() local
H A Dmrvl_ethdev.h131 struct rte_mtr_meter_profile profile; member
141 struct mrvl_mtr_profile *profile; member
163 struct mrvl_tm_shaper_profile *profile; member
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c243 struct otx2_nix_tm_shaper_profile *profile) in shaper_default_red_algo()
358 struct otx2_nix_tm_shaper_profile *profile, in prepare_tm_shaper_reg()
526 struct otx2_nix_tm_shaper_profile *profile; in populate_tm_reg() local
794 struct otx2_nix_tm_shaper_profile *profile; in nix_tm_node_add_to_list() local
1256 struct otx2_nix_tm_shaper_profile *profile; in nix_tm_free_resources() local
1749 struct otx2_nix_tm_shaper_profile *profile; in nix_tm_shaper_profile_update_min() local
2121 struct otx2_nix_tm_shaper_profile *profile; in otx2_nix_tm_shaper_profile_add() local
2210 struct otx2_nix_tm_shaper_profile *profile; in otx2_nix_tm_shaper_profile_delete() local
2244 struct otx2_nix_tm_shaper_profile *profile = NULL; in otx2_nix_tm_node_add() local
2383 struct otx2_nix_tm_shaper_profile *profile; in otx2_nix_tm_node_delete() local
[all …]
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_port_in_action.c221 rte_port_in_action_profile_action_register(struct rte_port_in_action_profile *profile, in rte_port_in_action_profile_action_register()
260 rte_port_in_action_profile_freeze(struct rte_port_in_action_profile *profile) in rte_port_in_action_profile_freeze()
272 rte_port_in_action_profile_free(struct rte_port_in_action_profile *profile) in rte_port_in_action_profile_free()
320 rte_port_in_action_create(struct rte_port_in_action_profile *profile, in rte_port_in_action_create()
H A Drte_table_action.c180 struct rte_meter_trtcm_profile profile; member
2403 rte_table_action_profile_action_register(struct rte_table_action_profile *profile, in rte_table_action_profile_action_register()
2466 rte_table_action_profile_freeze(struct rte_table_action_profile *profile) in rte_table_action_profile_freeze()
2479 rte_table_action_profile_free(struct rte_table_action_profile *profile) in rte_table_action_profile_free()
2501 rte_table_action_create(struct rte_table_action_profile *profile, in rte_table_action_create()
2653 struct rte_table_action_meter_profile *profile) in rte_table_action_meter_profile_add()
/f-stack/app/nginx-1.16.1/src/misc/
H A Dngx_google_perftools_module.c89 u_char *profile; in ngx_google_perftools_worker() local
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c725 ipn3ke_tm_shaper_parame_trans(struct rte_tm_shaper_params *profile, in ipn3ke_tm_shaper_parame_trans()
750 uint32_t shaper_profile_id, struct rte_tm_shaper_params *profile, in ipn3ke_tm_shaper_profile_add()
851 uint32_t tdrop_profile_id, struct rte_tm_wred_params *profile, in ipn3ke_tm_tdrop_profile_check()
934 uint32_t tdrop_profile_id, struct rte_tm_wred_params *profile, in ipn3ke_tm_tdrop_profile_add()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c229 ixgbe_shaper_profile_param_check(struct rte_tm_shaper_params *profile, in ixgbe_shaper_profile_param_check()
263 struct rte_tm_shaper_params *profile, in ixgbe_shaper_profile_add()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_tm.c220 i40e_shaper_profile_param_check(struct rte_tm_shaper_params *profile, in i40e_shaper_profile_param_check()
254 struct rte_tm_shaper_params *profile, in i40e_shaper_profile_add()
/f-stack/dpdk/examples/qos_sched/
H A Dcfg_file.c364 int profile; in cfg_load_subport() local
H A Dinit.c353 app_load_cfg_profile(const char *profile) in app_load_cfg_profile()
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_pname.c72 uu_alt_exit(int profile) in uu_alt_exit()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.h49 struct ice_aqc_rl_profile_elem profile; member
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c115 struct rte_mtr_meter_profile *profile, in mlx5_flow_meter_profile_validate()
342 struct rte_mtr_meter_profile *profile, in mlx5_flow_meter_profile_add()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_tm.c132 struct rte_tm_wred_params *profile, in rte_tm_wred_profile_add()
174 struct rte_tm_shaper_params *profile, in rte_tm_shaper_profile_add()
H A Drte_mtr.c75 struct rte_mtr_meter_profile *profile, in rte_mtr_meter_profile_add()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_mtr.c331 cmdline_fixed_string_t profile; member
432 cmdline_fixed_string_t profile; member
540 cmdline_fixed_string_t profile; member
652 cmdline_fixed_string_t profile; member
1037 cmdline_fixed_string_t profile; member
/f-stack/freebsd/net/altq/
H A Daltq_cdnr.h96 struct tb_profile profile; member
106 struct tb_profile profile; member

12