Searched refs:team_gsetter_ctx (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/team/ |
| H A D | team_mode_loadbalance.c | 240 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() 332 static void lb_tx_method_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_tx_method_get() 345 static int lb_tx_method_set(struct team *team, struct team_gsetter_ctx *ctx) in lb_tx_method_set() 367 struct team_gsetter_ctx *ctx) in lb_tx_hash_to_port_mapping_get() 378 struct team_gsetter_ctx *ctx) in lb_tx_hash_to_port_mapping_set() 404 static void lb_hash_stats_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_hash_stats_get() 422 static void lb_port_stats_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_port_stats_get() 522 struct team_gsetter_ctx *ctx) in lb_stats_refresh_interval_get() 530 struct team_gsetter_ctx *ctx) in lb_stats_refresh_interval_set()
|
| H A D | team_core.c | 361 struct team_gsetter_ctx *ctx) in team_option_get() 372 struct team_gsetter_ctx *ctx) in team_option_set() 1406 struct team_gsetter_ctx *ctx) in team_notify_peers_count_get() 1425 struct team_gsetter_ctx *ctx) in team_notify_peers_interval_set() 1432 struct team_gsetter_ctx *ctx) in team_mcast_rejoin_count_get() 1451 struct team_gsetter_ctx *ctx) in team_mcast_rejoin_interval_set() 1466 struct team_gsetter_ctx *ctx) in team_port_en_option_set() 1478 struct team_gsetter_ctx *ctx) in team_user_linkup_option_get() 1507 struct team_gsetter_ctx *ctx) in team_user_linkup_en_option_set() 2346 struct team_gsetter_ctx ctx; in team_nl_fill_one_option_get() [all …]
|
| H A D | team_mode_activebackup.c | 66 static void ab_active_port_get(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_get() 78 static int ab_active_port_set(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_set()
|
| /linux-6.15/include/linux/ |
| H A D | if_team.h | 145 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);
|