Home
last modified time | relevance | path

Searched refs:rule (Results 226 – 250 of 700) sorted by relevance

12345678910>>...28

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h81 struct mlx5_flow_handle *rule[MLX5E_TC_MAX_SPLITS + 1]; member
123 struct mlx5_flow_handle *rule,
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Daction_environment_tests.cpp231 Rule& rule = env.getRule("set_voltage_rule"); in TEST() local
232 EXPECT_EQ(rule.getID(), "set_voltage_rule"); in TEST()
233 EXPECT_EQ(&rule, &setVoltageRule); in TEST()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DParity-7.0.013 …ns to your license. Don't do anything with this software that triggers a rule you can't or won't …
51rule. You're excused for unknowingly breaking [Notices](#notices) if you take all practical steps…
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h312 struct mlx5_flow_handle *rule,
321 struct mlx5_flow_handle *rule,
352 struct mlx5_flow_handle *rule,
H A Deswitch_offloads.c697 rule = ERR_PTR(err); in mlx5_eswitch_add_offloaded_rule()
706 rule = ERR_PTR(-EINVAL); in mlx5_eswitch_add_offloaded_rule()
752 rule = ERR_CAST(fdb); in mlx5_eswitch_add_offloaded_rule()
766 if (IS_ERR(rule)) in mlx5_eswitch_add_offloaded_rule()
772 return rule; in mlx5_eswitch_add_offloaded_rule()
783 return rule; in mlx5_eswitch_add_offloaded_rule()
832 rule = ERR_PTR(err); in mlx5_eswitch_add_fwd_rule()
850 if (IS_ERR(rule)) { in mlx5_eswitch_add_fwd_rule()
858 return rule; in mlx5_eswitch_add_fwd_rule()
865 return rule; in mlx5_eswitch_add_fwd_rule()
[all …]
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-replace.svg1 <svg xmlns="http://www.w3.org/2000/svg"><path fill-rule="nonzero" transform="translate(7,3)" d="M5.…
/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/
H A Dudev-rules-udisks-rpi_1.0.bb1 DESCRIPTION = "add udisk/udev rule to hide boot partition from udev"
/openbmc/linux/sound/core/
H A Dpcm_native.c2365 struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_mul() argument
2374 struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_div() argument
2383 struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_muldivk() argument
2388 (unsigned long) rule->private, &t); in snd_pcm_hw_rule_muldivk()
2393 struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_mulkdiv() argument
2397 (unsigned long) rule->private, in snd_pcm_hw_rule_mulkdiv()
2403 struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_format() argument
2425 struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_sample_bits() argument
2465 struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_rate() argument
2467 struct snd_pcm_hardware *hw = rule->private; in snd_pcm_hw_rule_rate()
[all …]
/openbmc/linux/net/sched/
H A Dcls_flower.c462 if (!cls_flower.rule) in fl_hw_replace_filter()
476 kfree(cls_flower.rule); in fl_hw_replace_filter()
484 kfree(cls_flower.rule); in fl_hw_replace_filter()
2564 cls_flower.rule = in fl_reoffload()
2566 if (!cls_flower.rule) { in fl_reoffload()
2583 kfree(cls_flower.rule); in fl_reoffload()
2598 kfree(cls_flower.rule); in fl_reoffload()
2642 if (!cls_flower.rule) in fl_hw_create_tmplt()
2656 kfree(cls_flower.rule); in fl_hw_create_tmplt()
2734 if (!cls_flower.rule) in fl_tmplt_reoffload()
[all …]
/openbmc/linux/fs/ceph/
H A Dlocks.c119 req->r_args.filelock_change.rule = lock_type; in ceph_lock_message()
165 if (req->r_args.filelock_change.rule == CEPH_LOCK_FCNTL) in ceph_lock_wait_for_completion()
167 else if (req->r_args.filelock_change.rule == CEPH_LOCK_FLOCK) in ceph_lock_wait_for_completion()
213 intr_req->r_args.filelock_change.rule = lock_type; in ceph_lock_wait_for_completion()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/
H A Dpolkit-group-rule-network.bb5 require polkit-group-rule.inc
H A Dpolkit-group-rule-datetime.bb5 require polkit-group-rule.inc
/openbmc/qemu/scripts/coccinelle/
H A Derrp-guard.cocci64 // something matched by previous pattern, i.e. the rule will not match
68 // Note, "exists" says that we want apply rule even if it does not
102 // This rule is not chained to rule1 and less restrictive, to cover more
204 // I tried merging this into the following rule the obvious way, but
208 // "out: }" things later after all transformations (the rule will be
/openbmc/linux/tools/perf/tests/shell/
H A Dstat_metrics_values.sh25 $PYTHON $pythonvalidator -rule $rulefile -output_dir $tmpdir -wl "${workload}"
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c681 struct dpaa2_eth_cls_rule *rule; in dpaa2_eth_update_cls_rule() local
690 rule = &priv->cls_rules[location]; in dpaa2_eth_update_cls_rule()
693 if (rule->in_use) { in dpaa2_eth_update_cls_rule()
694 err = dpaa2_eth_do_cls_rule(net_dev, &rule->fs, false); in dpaa2_eth_update_cls_rule()
698 rule->in_use = 0; in dpaa2_eth_update_cls_rule()
713 rule->in_use = 1; in dpaa2_eth_update_cls_rule()
714 rule->fs = *new_fs; in dpaa2_eth_update_cls_rule()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-awesomeversion_24.2.0.bb1 DESCRIPTION = "One version package to rule them all, One version package to find them, One version …
/openbmc/linux/sound/usb/
H A Dpcm.c815 struct snd_pcm_hw_rule *rule) in hw_rule_rate() argument
817 struct snd_usb_substream *subs = rule->private; in hw_rule_rate()
881 struct snd_pcm_hw_rule *rule) in hw_rule_channels() argument
883 struct snd_usb_substream *subs = rule->private; in hw_rule_channels()
920 struct snd_pcm_hw_rule *rule) in hw_rule_format() argument
922 struct snd_usb_substream *subs = rule->private; in hw_rule_format()
961 struct snd_pcm_hw_rule *rule) in hw_rule_period_time() argument
963 struct snd_usb_substream *subs = rule->private; in hw_rule_period_time()
989 struct snd_pcm_hw_rule *rule) in hw_rule_period_size_implicit_fb() argument
991 struct snd_usb_substream *subs = rule->private; in hw_rule_period_size_implicit_fb()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c1750 struct mlxsw_sp_acl_tcam_flower_rule *rule = rule_priv; in mlxsw_sp_acl_tcam_flower_rule_add() local
1753 &rule->ventry, rulei); in mlxsw_sp_acl_tcam_flower_rule_add()
1759 struct mlxsw_sp_acl_tcam_flower_rule *rule = rule_priv; in mlxsw_sp_acl_tcam_flower_rule_del() local
1761 mlxsw_sp_acl_tcam_ventry_del(mlxsw_sp, &rule->ventry); in mlxsw_sp_acl_tcam_flower_rule_del()
1776 struct mlxsw_sp_acl_tcam_flower_rule *rule = rule_priv; in mlxsw_sp_acl_tcam_flower_rule_activity_get() local
1778 return mlxsw_sp_acl_tcam_ventry_activity_get(mlxsw_sp, &rule->ventry, in mlxsw_sp_acl_tcam_flower_rule_activity_get()
1885 struct mlxsw_sp_acl_tcam_mr_rule *rule = rule_priv; in mlxsw_sp_acl_tcam_mr_rule_add() local
1888 &rule->ventry, rulei); in mlxsw_sp_acl_tcam_mr_rule_add()
1894 struct mlxsw_sp_acl_tcam_mr_rule *rule = rule_priv; in mlxsw_sp_acl_tcam_mr_rule_del() local
1896 mlxsw_sp_acl_tcam_ventry_del(mlxsw_sp, &rule->ventry); in mlxsw_sp_acl_tcam_mr_rule_del()
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dreporting-regressions.rst7 "*We don't cause regressions*" is the first rule of Linux kernel development;
11 This document describes what the rule means for users and how the Linux kernel's
45 What is a "regression" and what is the "no regressions rule"?
50 similar configuration. The "no regressions rule" forbids this to take place; if
64 despite the "no regressions" rule are free to change any aspect of the kernel
68 Also be aware the "no regressions" rule covers only interfaces the kernel
176 What is the goal of the "no regressions rule"?
191 Is the "no regressions" rule really adhered in practice?
246 No, as the "no regression" rule is about interfaces and services the Linux
307 Does the regression rule apply for code in the staging tree as well?
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgconf.bbclass34 --makefile-install-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null
45 --makefile-uninstall-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dfix-the-YACC-rule-to-fix-a-building-failure.patch4 Subject: [PATCH] [PATCH] fix the YACC rule to fix a building failure
8 The original rule will create the header file twice, one is that the header
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ccid/
H A Dccid_1.5.5.bb10 file://0001-Add-build-rule-for-README.patch \
/openbmc/linux/sound/soc/tegra/
H A Dtegra20_i2s.c270 struct snd_pcm_hw_rule *rule) in tegra20_i2s_filter_rates() argument
272 struct snd_interval *r = hw_param_interval(params, rule->var); in tegra20_i2s_filter_rates()
273 struct snd_soc_dai *dai = rule->private; in tegra20_i2s_filter_rates()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ccid/ccid/
H A D0001-Add-build-rule-for-README.patch4 Subject: [PATCH] Add build rule for README.
/openbmc/linux/sound/drivers/
H A Daloop.c929 struct snd_pcm_hw_rule *rule) in rule_format() argument
931 struct loopback_pcm *dpcm = rule->private; in rule_format()
940 return snd_mask_refine(hw_param_mask(params, rule->var), &m); in rule_format()
944 struct snd_pcm_hw_rule *rule) in rule_rate() argument
946 struct loopback_pcm *dpcm = rule->private; in rule_rate()
956 return snd_interval_refine(hw_param_interval(params, rule->var), &t); in rule_rate()
960 struct snd_pcm_hw_rule *rule) in rule_channels() argument
962 struct loopback_pcm *dpcm = rule->private; in rule_channels()
972 return snd_interval_refine(hw_param_interval(params, rule->var), &t); in rule_channels()
976 struct snd_pcm_hw_rule *rule) in rule_period_bytes() argument
[all …]

12345678910>>...28