Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Daction.h96 struct mlx5hws_actions_wqe_setter *setter);
272 if (setter->set_ctr) in mlx5hws_action_apply_setter()
273 setter->set_ctr(apply, setter); in mlx5hws_action_apply_setter()
278 if (unlikely(setter->set_triple)) { in mlx5hws_action_apply_setter()
280 setter->set_triple(apply, setter); in mlx5hws_action_apply_setter()
284 if (setter->set_single) in mlx5hws_action_apply_setter()
285 setter->set_single(apply, setter); in mlx5hws_action_apply_setter()
289 if (setter->set_double) in mlx5hws_action_apply_setter()
290 setter->set_double(apply, setter); in mlx5hws_action_apply_setter()
294 num_of_actions = setter->set_double ? in mlx5hws_action_apply_setter()
[all …]
A Daction.c2184 setter++; in hws_action_setter_find_first()
2187 return setter; in hws_action_setter_find_first()
2475 setter = start_setter; in mlx5hws_action_template_process()
2510 setter->idx_single = i; in mlx5hws_action_template_process()
2511 pop_setter = setter; in mlx5hws_action_template_process()
2519 setter->idx_double = i; in mlx5hws_action_template_process()
2527 setter->idx_double = i; in mlx5hws_action_template_process()
2535 setter->idx_double = i; in mlx5hws_action_template_process()
2545 setter->idx_single = i; in mlx5hws_action_template_process()
2554 setter->idx_double = i; in mlx5hws_action_template_process()
[all …]
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()
/drivers/staging/vc04_services/bcm2835-camera/
A Dcontrols.c919 .setter = ctrl_set_rational,
930 .setter = ctrl_set_rational,
941 .setter = ctrl_set_rational,
963 .setter = ctrl_set_iso,
974 .setter = ctrl_set_iso,
985 .setter = ctrl_set_value,
1097 .setter = ctrl_set_colfx,
1108 .setter = ctrl_set_rotate,
1119 .setter = ctrl_set_flip,
1130 .setter = ctrl_set_flip,
[all …]
/drivers/net/wireless/realtek/rtw89/
A Dps.c366 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_renew()
370 if (setter->noa_count) { in rtw89_p2p_noa_renew()
371 setter->noa_index++; in rtw89_p2p_noa_renew()
372 setter->noa_count = 0; in rtw89_p2p_noa_renew()
386 noa_head->index = setter->noa_index; in rtw89_p2p_noa_renew()
394 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_append()
401 if (setter->noa_count >= RTW89_P2P_MAX_NOA_NUM) in rtw89_p2p_noa_append()
407 ie->noa_desc[setter->noa_count++] = *desc; in rtw89_p2p_noa_append()
413 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_fetch()
416 if (!setter->noa_count) in rtw89_p2p_noa_fetch()
[all …]
/drivers/net/team/
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,
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 …]
A Dteam_mode_activebackup.c96 .setter = ab_active_port_set,

Completed in 64 milliseconds