Home
last modified time | relevance | path

Searched refs:bool_val (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/team/
Dteam.c1367 ctx->data.bool_val = team_port_enabled(port); in team_port_en_option_get()
1376 if (ctx->data.bool_val) in team_port_en_option_set()
1388 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1399 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
1410 ctx->data.bool_val = port->user.linkup_enabled; in team_user_linkup_en_option_get()
1419 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set()
2269 if (ctx.data.bool_val && in team_nl_fill_one_option_get()
2524 ctx.data.bool_val = attr_data ? true : false; in team_nl_cmd_options_set()
/linux-4.1.27/include/linux/
Dif_team.h141 bool bool_val; member