Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.h96 struct mlx5hws_actions_wqe_setter *setter);
266 if (setter->set_ctr) in mlx5hws_action_apply_setter()
267 setter->set_ctr(apply, setter); in mlx5hws_action_apply_setter()
272 if (unlikely(setter->set_triple)) { in mlx5hws_action_apply_setter()
274 setter->set_triple(apply, setter); in mlx5hws_action_apply_setter()
278 if (setter->set_single) in mlx5hws_action_apply_setter()
279 setter->set_single(apply, setter); in mlx5hws_action_apply_setter()
283 if (setter->set_double) in mlx5hws_action_apply_setter()
284 setter->set_double(apply, setter); in mlx5hws_action_apply_setter()
288 num_of_actions = setter->set_double ? in mlx5hws_action_apply_setter()
[all …]
H A Daction.c2185 setter++; in hws_action_setter_find_first()
2188 return setter; in hws_action_setter_find_first()
2473 setter = start_setter; in mlx5hws_action_template_process()
2508 setter->idx_single = i; in mlx5hws_action_template_process()
2509 pop_setter = setter; in mlx5hws_action_template_process()
2517 setter->idx_double = i; in mlx5hws_action_template_process()
2525 setter->idx_double = i; in mlx5hws_action_template_process()
2533 setter->idx_double = i; in mlx5hws_action_template_process()
2543 setter->idx_single = i; in mlx5hws_action_template_process()
2552 setter->idx_double = i; in mlx5hws_action_template_process()
[all …]
H A Drule.c321 struct mlx5hws_actions_wqe_setter *setter; in hws_rule_create_hws() local
330 setter = &at->setters[at->num_of_action_stes]; in hws_rule_create_hws()
373 mlx5hws_action_apply_setter(&apply, setter--, !i && is_jumbo); in hws_rule_create_hws()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dps.c328 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_renew()
332 if (setter->noa_count) { in rtw89_p2p_noa_renew()
333 setter->noa_index++; in rtw89_p2p_noa_renew()
334 setter->noa_count = 0; in rtw89_p2p_noa_renew()
348 noa_head->index = setter->noa_index; in rtw89_p2p_noa_renew()
356 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_append()
363 if (setter->noa_count >= RTW89_P2P_MAX_NOA_NUM) in rtw89_p2p_noa_append()
369 ie->noa_desc[setter->noa_count++] = *desc; in rtw89_p2p_noa_append()
375 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_fetch()
378 if (!setter->noa_count) in rtw89_p2p_noa_fetch()
[all …]
/linux-6.15/drivers/staging/vc04_services/bcm2835-camera/
H A Dcontrols.c921 .setter = ctrl_set_rational,
932 .setter = ctrl_set_rational,
943 .setter = ctrl_set_rational,
965 .setter = ctrl_set_iso,
976 .setter = ctrl_set_iso,
987 .setter = ctrl_set_value,
1099 .setter = ctrl_set_colfx,
1110 .setter = ctrl_set_rotate,
1121 .setter = ctrl_set_flip,
1132 .setter = ctrl_set_flip,
[all …]
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dbase_device.py59 @int_value.setter
67 @str_value.setter
81 @brightness.setter
388 @application_matches.setter
/linux-6.15/drivers/net/team/
H A Dteam_mode_loadbalance.c551 .setter = lb_bpf_func_set,
557 .setter = lb_tx_method_set,
565 .setter = lb_tx_hash_to_port_mapping_set,
585 .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()
1565 .setter = team_mode_option_set,
1571 .setter = team_notify_peers_count_set,
1577 .setter = team_notify_peers_interval_set,
1583 .setter = team_mcast_rejoin_count_set,
1589 .setter = team_mcast_rejoin_interval_set,
1596 .setter = team_port_en_option_set,
1603 .setter = team_user_linkup_option_set,
1617 .setter = team_priority_option_set,
[all …]
H A Dteam_mode_activebackup.c97 .setter = ab_active_port_set,
/linux-6.15/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-6.15/include/linux/
H A Dif_team.h167 int (*setter)(struct team *team, struct team_gsetter_ctx *ctx); member
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_c.py267 def setter(self, ri, space, direction, deref=False, ref=None): member in Type
323 def setter(self, ri, space, direction, deref=False, ref=None): member in TypeUnused
346 def setter(self, ri, space, direction, deref=False, ref=None): member in TypePad
617 def setter(self, ri, space, direction, deref=False, ref=None): member in TypeNest
623 attr.setter(ri, self.nested_attrs, direction, deref=deref, ref=ref)
2076 attr.setter(ri, ri.attr_set, direction, deref=deref)