Home
last modified time | relevance | path

Searched refs:team_gsetter_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/team/
H A Dteam_mode_loadbalance.c240 static void lb_bpf_func_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_bpf_func_get()
281 static int lb_bpf_func_set(struct team *team, struct team_gsetter_ctx *ctx) in lb_bpf_func_set()
330 static void lb_tx_method_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_tx_method_get()
342 static int lb_tx_method_set(struct team *team, struct team_gsetter_ctx *ctx) in lb_tx_method_set()
364 struct team_gsetter_ctx *ctx) in lb_tx_hash_to_port_mapping_get()
375 struct team_gsetter_ctx *ctx) in lb_tx_hash_to_port_mapping_set()
401 static void lb_hash_stats_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_hash_stats_get()
419 static void lb_port_stats_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_port_stats_get()
519 struct team_gsetter_ctx *ctx) in lb_stats_refresh_interval_get()
527 struct team_gsetter_ctx *ctx) in lb_stats_refresh_interval_set()
H A Dteam_core.c361 struct team_gsetter_ctx *ctx) in team_option_get()
372 struct team_gsetter_ctx *ctx) in team_option_set()
1346 static void team_mode_option_get(struct team *team, struct team_gsetter_ctx *ctx) in team_mode_option_get()
1351 static int team_mode_option_set(struct team *team, struct team_gsetter_ctx *ctx) in team_mode_option_set()
1357 struct team_gsetter_ctx *ctx) in team_notify_peers_count_get()
1363 struct team_gsetter_ctx *ctx) in team_notify_peers_count_set()
1370 struct team_gsetter_ctx *ctx) in team_notify_peers_interval_get()
1376 struct team_gsetter_ctx *ctx) in team_notify_peers_interval_set()
1383 struct team_gsetter_ctx *ctx) in team_mcast_rejoin_count_get()
1389 struct team_gsetter_ctx *ctx) in team_mcast_rejoin_count_set()
[all …]
H A Dteam_mode_activebackup.c66 static void ab_active_port_get(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_get()
77 static int ab_active_port_set(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_set()
/linux/include/linux/
H A Dif_team.h145 struct team_gsetter_ctx { struct
166 void (*getter)(struct team *team, struct team_gsetter_ctx *ctx); argument
167 int (*setter)(struct team *team, struct team_gsetter_ctx *ctx);