Searched refs:bool_val (Results 1 – 3 of 3) sorted by relevance
29 uint64_t bool_val = -1; variable46 bool_val = CONFIG_BOOL; in handle_sys_enter()
45 .bool_val = true,64 .data = { .bool_val = true } },66 .data = { .bool_val = false } },
1546 ctx->data.bool_val = team_port_enabled(port);1554 if (ctx->data.bool_val) in team_port_en_option_set() 1566 ctx->data.bool_val = team_port_rx_enabled(port);1574 if (ctx->data.bool_val) in team_port_rx_en_option_set() 1586 ctx->data.bool_val = team_port_tx_enabled(port);1594 if (ctx->data.bool_val) in team_port_tx_en_option_set() 1606 ctx->data.bool_val = port->user.linkup;1616 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set() 1627 ctx->data.bool_val = port->user.linkup_enabled;1635 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set() [all...]