Searched refs:bool_val (Results 1 – 2 of 2) sorted by relevance
1372 ctx->data.bool_val = team_port_enabled(port); in team_port_en_option_get()1381 if (ctx->data.bool_val) in team_port_en_option_set()1393 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()1404 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()1415 ctx->data.bool_val = port->user.linkup_enabled; in team_user_linkup_en_option_get()1424 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set()2278 if (ctx.data.bool_val && in team_nl_fill_one_option_get()2533 ctx.data.bool_val = attr_data ? true : false; in team_nl_cmd_options_set()
141 bool bool_val; member