Home
last modified time | relevance | path

Searched refs:rule (Results 476 - 500 of 873) sorted by relevance

1...<<11121314151617181920>>...35

/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmae.h122 int efx_mae_insert_lhs_rule(struct efx_nic *efx, struct efx_tc_lhs_rule *rule,
124 int efx_mae_remove_lhs_rule(struct efx_nic *efx, struct efx_tc_lhs_rule *rule);
/kernel/linux/linux-6.6/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,
/third_party/gn/src/gn/
H A Drust_variables.cc54 If crate_name is not set, then this rule will use the target name.
93 If crate_root is not set, then this rule will look for a lib.rs file (or
/third_party/ninja/src/
H A Dmissing_deps_test.cc79 Rule* rule) { in AssertMissingDependencyBetween()
84 ASSERT_EQ(1u, scanner().generator_rules_.count(rule)); in AssertMissingDependencyBetween()
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dcase.rs10 /// Don't apply a default rename rule.
46 for (name, rule) in RENAME_RULES { in from_str()
48 return Ok(*rule); in from_str()
56 /// Apply a renaming rule to an enum variant, returning the version expected in the source.
81 /// Apply a renaming rule to a struct field, returning the version expected in the source.
126 f.write_str("unknown rename rule `rename_all = ")?; in fmt()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dcase.rs10 /// Don't apply a default rename rule.
46 for (name, rule) in RENAME_RULES { in from_str()
48 return Ok(*rule); in from_str()
56 /// Apply a renaming rule to an enum variant, returning the version expected in the source.
81 /// Apply a renaming rule to a struct field, returning the version expected in the source.
126 f.write_str("unknown rename rule `rename_all = ")?; in fmt()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c731 /* If a rule was added or deleted from vchunk which is currently in mlxsw_sp_acl_tcam_rehash_ctx_vchunk_changed()
1672 struct mlxsw_sp_acl_tcam_flower_rule *rule = rule_priv; in mlxsw_sp_acl_tcam_flower_rule_add() local
1675 &rule->ventry, rulei); in mlxsw_sp_acl_tcam_flower_rule_add()
1681 struct mlxsw_sp_acl_tcam_flower_rule *rule = rule_priv; in mlxsw_sp_acl_tcam_flower_rule_del() local
1683 mlxsw_sp_acl_tcam_ventry_del(mlxsw_sp, &rule->ventry); in mlxsw_sp_acl_tcam_flower_rule_del()
1698 struct mlxsw_sp_acl_tcam_flower_rule *rule = rule_priv; in mlxsw_sp_acl_tcam_flower_rule_activity_get() local
1700 return mlxsw_sp_acl_tcam_ventry_activity_get(mlxsw_sp, &rule->ventry, in mlxsw_sp_acl_tcam_flower_rule_activity_get()
1747 * only when the first rule is written. This is not the case for in mlxsw_sp_acl_tcam_mr_ruleset_add()
1807 struct mlxsw_sp_acl_tcam_mr_rule *rule = rule_priv; in mlxsw_sp_acl_tcam_mr_rule_add() local
1810 &rule in mlxsw_sp_acl_tcam_mr_rule_add()
1816 struct mlxsw_sp_acl_tcam_mr_rule *rule = rule_priv; mlxsw_sp_acl_tcam_mr_rule_del() local
1826 struct mlxsw_sp_acl_tcam_mr_rule *rule = rule_priv; mlxsw_sp_acl_tcam_mr_rule_action_replace() local
1836 struct mlxsw_sp_acl_tcam_mr_rule *rule = rule_priv; mlxsw_sp_acl_tcam_mr_rule_activity_get() local
[all...]
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra20_spdif.c183 struct snd_pcm_hw_rule *rule) in tegra20_spdif_filter_rates()
185 struct snd_interval *r = hw_param_interval(params, rule->var); in tegra20_spdif_filter_rates()
186 struct snd_soc_dai *dai = rule->private; in tegra20_spdif_filter_rates()
182 tegra20_spdif_filter_rates(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) tegra20_spdif_filter_rates() argument
/third_party/musl/porting/linux/user/src/locale/
H A Ddcngettext.c270 const char *rule = "n!=1;"; in dcngettext() local
296 rule = r+__DIGIT_SEVEN__; in dcngettext()
301 p->plural_rule = rule; in dcngettext()
/third_party/musl/src/locale/
H A Ddcngettext.c236 const char *rule = "n!=1;"; in dcngettext() local
256 rule = r+7; in dcngettext()
260 p->plural_rule = rule; in dcngettext()
/third_party/ninja/misc/
H A Dninja_syntax.py61 def rule( member in Writer
74 self._line('rule %s' % name)
96 rule: str,
129 ' '.join([rule] + all_inputs)))
/third_party/libinput/tools/
H A Dlibinput-measure-fuzz.py188 # could be or how the match rule looks like. So we just check the
375 """Write out a udev rule that may match the device, run udevadm trigger and
376 check if the udev rule worked. Of course, there's plenty to go wrong...
379 print_bold("Guessing a udev rule to overwrite the fuzz")
414 print_bold("Suggested udev rule, option 1:")
417 print_bold("Suggested udev rule, option 2:")
422 # rule (i.e. most wildcards) first although that was supposed to be fixed in
424 # Our rule uses dmi strings and will be more specific than what 60-evdev.hwdb
431 print_bold("Wich rule do you want to to test? 1 or 2? ", end="")
435 rule
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c447 cls_flower.rule = flow_rule_alloc(tcf_exts_num_actions(&f->exts)); in fl_hw_replace_filter()
448 if (!cls_flower.rule) in fl_hw_replace_filter()
454 cls_flower.rule->match.dissector = &f->mask->dissector; in fl_hw_replace_filter()
455 cls_flower.rule->match.mask = &f->mask->key; in fl_hw_replace_filter()
456 cls_flower.rule->match.key = &f->mkey; in fl_hw_replace_filter()
459 err = tc_setup_flow_action(&cls_flower.rule->action, &f->exts); in fl_hw_replace_filter()
461 kfree(cls_flower.rule); in fl_hw_replace_filter()
471 tc_cleanup_flow_action(&cls_flower.rule->action); in fl_hw_replace_filter()
472 kfree(cls_flower.rule); in fl_hw_replace_filter()
2121 * try to update concurrently inserted rule in fl_change()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Docelot_vcap.h16 struct ocelot_vcap_filter *rule);
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c267 struct flow_action_entry *act = flow->rule->action.entries; in nfp_flower_tun_is_gre()
268 int num_act = flow->rule->action.num_entries; in nfp_flower_tun_is_gre()
795 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_fl_commit_mangle() local
799 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_BASIC)) { in nfp_fl_commit_mangle()
802 flow_rule_match_basic(rule, &match); in nfp_fl_commit_mangle()
1210 if (!flow_action_hw_stats_check(&flow->rule->action, extack, in nfp_flower_compile_action()
1222 flow_action_for_each(i, act, &flow->rule->action) { in nfp_flower_compile_action()
1223 if (nfp_fl_check_mangle_start(&flow->rule->action, i)) in nfp_flower_compile_action()
1232 if (nfp_fl_check_mangle_end(&flow->rule->action, i)) in nfp_flower_compile_action()
/third_party/ffmpeg/libavfilter/
H A Dvsrc_life.c87 { "rule", "set rule", OFFSET(rule_str), AV_OPT_TYPE_STRING, {.str = "B3/S23"}, 0, 0, FLAGS },
111 /* parse rule as a Born / Stay Alive code, see in parse_rule()
114 uint16_t *rule = (*p == 'b' || *p == 'B') ? born_rule : stay_rule; in parse_rule() local
117 *rule += 1<<(*p - '0'); in parse_rule()
128 /* parse rule as a number, expressed in the form STAY|(BORN<<9), in parse_rule()
129 * where STAY and BORN encode the corresponding 9-bits rule */ in parse_rule()
130 long int rule = strtol(rule_str, &tail, 10); in parse_rule() local
133 *born_rule = ((1<<9)-1) & rule; in parse_rule()
134 *stay_rule = rule >> in parse_rule()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c655 unsigned rule; in si_emit_window_rectangles() local
660 rule = disabled; in si_emit_window_rectangles()
662 rule = ~outside[num_rectangles - 1]; in si_emit_window_rectangles()
664 rule = outside[num_rectangles - 1]; in si_emit_window_rectangles()
668 rule); in si_emit_window_rectangles()
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-pcm.c11 struct snd_pcm_hw_rule *rule) in hw_rule_rate()
13 const unsigned int *pcm_channels = rule->private; in hw_rule_rate()
42 struct snd_pcm_hw_rule *rule) in hw_rule_channels()
44 const unsigned int *pcm_channels = rule->private; in hw_rule_channels()
10 hw_rule_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) hw_rule_rate() argument
41 hw_rule_channels(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) hw_rule_channels() argument
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-pcm.c11 struct snd_pcm_hw_rule *rule) in hw_rule_rate()
13 u8 **formats = rule->private; in hw_rule_rate()
42 struct snd_pcm_hw_rule *rule) in hw_rule_channels()
44 u8 **formats = rule->private; in hw_rule_channels()
10 hw_rule_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) hw_rule_rate() argument
41 hw_rule_channels(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) hw_rule_channels() argument
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-pcm.c12 struct snd_pcm_hw_rule *rule) in dice_rate_constraint()
14 struct snd_pcm_substream *substream = rule->private; in dice_rate_constraint()
50 struct snd_pcm_hw_rule *rule) in dice_channels_constraint()
52 struct snd_pcm_substream *substream = rule->private; in dice_channels_constraint()
11 dice_rate_constraint(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) dice_rate_constraint() argument
49 dice_channels_constraint(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) dice_channels_constraint() argument
/kernel/linux/linux-5.10/fs/ceph/
H A Dlocks.c97 dout("ceph_lock_message: rule: %d, op: %d, owner: %llx, pid: %llu, " in ceph_lock_message()
102 req->r_args.filelock_change.rule = lock_type; in ceph_lock_message()
133 dout("ceph_lock_message: rule: %d, op: %d, pid: %llu, start: %llu, " in ceph_lock_message()
148 if (req->r_args.filelock_change.rule == CEPH_LOCK_FCNTL) in ceph_lock_wait_for_completion()
150 else if (req->r_args.filelock_change.rule == CEPH_LOCK_FLOCK) in ceph_lock_wait_for_completion()
196 intr_req->r_args.filelock_change.rule = lock_type; in ceph_lock_wait_for_completion()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs_kunit.c37 struct vcap_rule *rule, in test_val_keyset()
82 struct vcap_rule *rule) in test_add_def_fields()
85 vcap_rule_add_key_bit(rule, VCAP_KF_LOOKUP_FIRST_IS, in test_add_def_fields()
88 vcap_rule_add_key_bit(rule, VCAP_KF_LOOKUP_FIRST_IS, in test_add_def_fields()
332 /* Finally we hit the start of the rule */ in vcap_api_addr_keyset_test()
369 " addr: 786, X6 rule, keysets: VCAP_KFS_MAC_ETYPE\n"; in vcap_api_show_admin_raw_test()
448 "rule: 100, addr: [794,799], X6, ctr[0]: 0, hit: 0\n",
35 test_val_keyset(struct net_device *ndev, struct vcap_admin *admin, struct vcap_rule *rule, struct vcap_keyset_list *kslist, u16 l3_proto) test_val_keyset() argument
80 test_add_def_fields(struct net_device *ndev, struct vcap_admin *admin, struct vcap_rule *rule) test_add_def_fields() argument
/kernel/linux/linux-6.6/fs/ceph/
H A Dlocks.c114 dout("ceph_lock_message: rule: %d, op: %d, owner: %llx, pid: %llu, " in ceph_lock_message()
119 req->r_args.filelock_change.rule = lock_type; in ceph_lock_message()
150 dout("ceph_lock_message: rule: %d, op: %d, pid: %llu, start: %llu, " 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()
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-pcm.c12 struct snd_pcm_hw_rule *rule) in dice_rate_constraint()
14 struct snd_pcm_substream *substream = rule->private; in dice_rate_constraint()
50 struct snd_pcm_hw_rule *rule) in dice_channels_constraint()
52 struct snd_pcm_substream *substream = rule->private; in dice_channels_constraint()
11 dice_rate_constraint(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) dice_rate_constraint() argument
49 dice_channels_constraint(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) dice_channels_constraint() argument

Completed in 25 milliseconds

1...<<11121314151617181920>>...35