Home
last modified time | relevance | path

Searched refs:setter (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c2179 hws_action_setter_find_first(struct mlx5hws_actions_wqe_setter *setter, in hws_action_setter_find_first() argument
2183 while (setter->flags & req_flags) in hws_action_setter_find_first()
2184 setter++; in hws_action_setter_find_first()
2187 return setter; in hws_action_setter_find_first()
2202 struct mlx5hws_actions_wqe_setter *setter) in hws_action_setter_push_vlan() argument
2206 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_push_vlan()
2210 hws_action_apply_stc(apply, MLX5HWS_ACTION_STC_IDX_DW6, setter->idx_double); in hws_action_setter_push_vlan()
2216 struct mlx5hws_actions_wqe_setter *setter) in hws_action_setter_modify_header() argument
2225 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_modify_header()
2272 struct mlx5hws_actions_wqe_setter *setter) in hws_action_setter_insert_ptr() argument
[all …]
H A Drule.c299 struct mlx5hws_actions_wqe_setter *setter; in hws_rule_create_hws() local
308 setter = &at->setters[at->num_of_action_stes]; in hws_rule_create_hws()
358 mlx5hws_action_apply_setter(&apply, setter--, !i && is_jumbo); in hws_rule_create_hws()
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py61 @int_value.setter
69 @str_value.setter
83 @brightness.setter
415 @application_matches.setter
/linux/drivers/net/team/
H A Dteam_mode_loadbalance.c548 .setter = lb_bpf_func_set,
554 .setter = lb_tx_method_set,
562 .setter = lb_tx_hash_to_port_mapping_set,
582 .setter = lb_stats_refresh_interval_set,
H A Dteam_core.c374 if (!opt_inst->option->setter) in team_option_set()
376 return opt_inst->option->setter(team, ctx); in team_option_set()
1516 .setter = team_mode_option_set,
1522 .setter = team_notify_peers_count_set,
1528 .setter = team_notify_peers_interval_set,
1534 .setter = team_mcast_rejoin_count_set,
1540 .setter = team_mcast_rejoin_interval_set,
1547 .setter = team_port_en_option_set,
1554 .setter = team_user_linkup_option_set,
1561 .setter = team_user_linkup_en_option_set,
[all …]
H A Dteam_mode_activebackup.c96 .setter = ab_active_port_set,
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat746 @fields.setter
765 @pid.setter
833 @fields.setter
842 @pid.setter
976 @fields_filter.setter
986 @pid_filter.setter
998 @child_events.setter
/linux/include/linux/
H A Dif_team.h167 int (*setter)(struct team *team, struct team_gsetter_ctx *ctx); member
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py273 def setter(self, ri, space, direction, deref=False, ref=None, var="req"): member in Type
329 def setter(self, ri, space, direction, deref=False, ref=None, var=None): member in TypeUnused
352 def setter(self, ri, space, direction, deref=False, ref=None, var=None): member in TypePad
692 def setter(self, ri, space, direction, deref=False, ref=None, var="req"): member in TypeNest
698 attr.setter(ri, self.nested_attrs, direction, deref=deref, ref=ref,
2604 attr.setter(ri, ri.attr_set, "", var="obj")
2617 attr.setter(ri, ri.attr_set, direction, deref=deref)
/linux/tools/perf/util/
H A Dpython.c920 {"values", (getter)pyrf_counts_values_get_values, (setter)pyrf_counts_values_set_values,