Home
last modified time | relevance | path

Searched refs:setter (Results 1 – 8 of 8) 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_core.c373 if (!opt_inst->option->setter) in team_option_set()
375 return opt_inst->option->setter(team, ctx); in team_option_set()
1687 .setter = team_mode_option_set,
1693 .setter = team_notify_peers_count_set,
1699 .setter = team_notify_peers_interval_set,
1705 .setter = team_mcast_rejoin_count_set,
1711 .setter = team_mcast_rejoin_interval_set,
1718 .setter = team_port_en_option_set,
1725 .setter = team_port_rx_en_option_set,
1732 .setter = team_port_tx_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/tools/net/ynl/pyynl/
H A Dynl_gen_c.py288 def setter(self, ri, _space, direction, deref=False, ref=None, var="req"): member in Type
345 def setter(self, ri, space, direction, deref=False, ref=None, var=None): member in TypeUnused
368 def setter(self, ri, space, direction, deref=False, ref=None, var=None): member in TypePad
711 def setter(self, ri, _space, direction, deref=False, ref=None, var="req"): member in TypeNest
717 attr.setter(ri, self.nested_attrs, direction, deref=deref, ref=ref,
2627 attr.setter(ri, ri.attr_set, "", var="obj")
2640 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,