Searched refs:bool_val (Results 1 – 2 of 2) sorted by relevance
1439 ctx->data.bool_val = team_port_enabled(port); in team_port_en_option_get()1448 if (ctx->data.bool_val) in team_port_en_option_set()1460 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()1471 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()1482 ctx->data.bool_val = port->user.linkup_enabled; in team_user_linkup_en_option_get()1491 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set()2363 if (ctx.data.bool_val && in team_nl_fill_one_option_get()2626 ctx.data.bool_val = attr_data ? true : false; in team_nl_cmd_options_set()
156 bool bool_val; member