Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Dmlx5hws_action.h96 struct mlx5hws_actions_wqe_setter *setter);
263 if (setter->set_ctr) in mlx5hws_action_apply_setter()
264 setter->set_ctr(apply, setter); in mlx5hws_action_apply_setter()
269 if (unlikely(setter->set_triple)) { in mlx5hws_action_apply_setter()
271 setter->set_triple(apply, setter); in mlx5hws_action_apply_setter()
275 if (setter->set_single) in mlx5hws_action_apply_setter()
276 setter->set_single(apply, setter); in mlx5hws_action_apply_setter()
280 if (setter->set_double) in mlx5hws_action_apply_setter()
281 setter->set_double(apply, setter); in mlx5hws_action_apply_setter()
285 num_of_actions = setter->set_double ? in mlx5hws_action_apply_setter()
[all …]
A Dmlx5hws_action.c2140 setter++; in hws_action_setter_find_first()
2143 return setter; in hws_action_setter_find_first()
2429 setter = start_setter; in mlx5hws_action_template_process()
2463 setter->idx_single = i; in mlx5hws_action_template_process()
2464 pop_setter = setter; in mlx5hws_action_template_process()
2472 setter->idx_double = i; in mlx5hws_action_template_process()
2480 setter->idx_double = i; in mlx5hws_action_template_process()
2488 setter->idx_double = i; in mlx5hws_action_template_process()
2498 setter->idx_single = i; in mlx5hws_action_template_process()
2507 setter->idx_double = i; in mlx5hws_action_template_process()
[all …]
A Dmlx5hws_rule.c362 struct mlx5hws_actions_wqe_setter *setter; in hws_rule_create_hws() local
371 setter = &at->setters[at->num_of_action_stes]; in hws_rule_create_hws()
418 mlx5hws_action_apply_setter(&apply, setter--, !i && is_jumbo); in hws_rule_create_hws()
/linux/drivers/net/wireless/realtek/rtw89/
A Dps.c297 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_renew()
301 if (setter->noa_count) { in rtw89_p2p_noa_renew()
302 setter->noa_index++; in rtw89_p2p_noa_renew()
303 setter->noa_count = 0; in rtw89_p2p_noa_renew()
317 noa_head->index = setter->noa_index; in rtw89_p2p_noa_renew()
325 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_append()
332 if (setter->noa_count >= RTW89_P2P_MAX_NOA_NUM) in rtw89_p2p_noa_append()
338 ie->noa_desc[setter->noa_count++] = *desc; in rtw89_p2p_noa_append()
344 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_fetch()
347 if (!setter->noa_count) in rtw89_p2p_noa_fetch()
[all …]
/linux/drivers/staging/vc04_services/bcm2835-camera/
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/tools/testing/selftests/hid/tests/
A Dbase_device.py59 @int_value.setter
67 @str_value.setter
81 @brightness.setter
388 @application_matches.setter
/linux/drivers/net/team/
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,
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()
1551 .setter = team_mode_option_set,
1557 .setter = team_notify_peers_count_set,
1563 .setter = team_notify_peers_interval_set,
1569 .setter = team_mcast_rejoin_count_set,
1575 .setter = team_mcast_rejoin_interval_set,
1582 .setter = team_port_en_option_set,
1589 .setter = team_user_linkup_option_set,
1603 .setter = team_priority_option_set,
[all …]
A Dteam_mode_activebackup.c97 .setter = ab_active_port_set,
/linux/tools/kvm/kvm_stat/
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/
A Dif_team.h167 int (*setter)(struct team *team, struct team_gsetter_ctx *ctx); member
/linux/tools/net/ynl/
A Dynl-gen-c.py222 def setter(self, ri, space, direction, deref=False, ref=None): member in Type
269 def setter(self, ri, space, direction, deref=False, ref=None): member in TypeUnused
292 def setter(self, ri, space, direction, deref=False, ref=None): member in TypePad
556 def setter(self, ri, space, direction, deref=False, ref=None): member in TypeNest
562 attr.setter(ri, self.nested_attrs, direction, deref=deref, ref=ref)
1965 attr.setter(ri, ri.attr_set, direction, deref=deref)

Completed in 46 milliseconds